]> granicus.if.org Git - python/commit
test_gdb.test_pycfunction: test more calling conventions (GH-13668)
authorPetr Viktorin <encukou@gmail.com>
Sun, 2 Jun 2019 21:11:24 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 21:11:24 +0000 (23:11 +0200)
commit64e2c64f7f0111c52834155becc0c6134f9d8750
tree492201b477926f0b1a4eea7425c771518a63757a
parentcdce0574d03005e27b843fc110c54c99c7a76412
test_gdb.test_pycfunction: test more calling conventions (GH-13668)

As the code paths for various METH_* conventions are diverging due
to optimizations, we should check they continue to be covered by
GDB integration.
Lib/test/test_gdb.py