This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients petr.viktorin
Date 2019-05-29.21:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559165915.61.0.362997663954.issue37090@roundup.psfhosted.org>
In-reply-to
Content
test_gdb.StackNavigationTests.test_pycfunction checks that the GDB integration can pick up calls to C-API functions. Currently it includes the comment:

> Tested function must not be defined with METH_NOARGS or METH_O,
> otherwise call_function() doesn't call PyCFunction_Call()

This is (now?) false; furthermore it looks like all builtin_function_or_method are discoverable.

As the code paths for various METH_* conventions are diverging due to optimizations, we should check they continue to be covered.
History
Date User Action Args
2019-05-29 21:38:35petr.viktorinsetrecipients: + petr.viktorin
2019-05-29 21:38:35petr.viktorinsetmessageid: <1559165915.61.0.362997663954.issue37090@roundup.psfhosted.org>
2019-05-29 21:38:35petr.viktorinlinkissue37090 messages
2019-05-29 21:38:35petr.viktorincreate