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 jdemeyer
Recipients belopolsky, jdemeyer, koobs, loewis, miss-islington, pitrou, python-dev, serhiy.storchaka, tim.peters, vstinner
Date 2019-05-29.19:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559158470.96.0.566291998867.issue22117@roundup.psfhosted.org>
In-reply-to
Content
Can somebody here explain the meaning of the comment in test_gdb.py

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

This test is breaking with PEP 590, see https://github.com/python/cpython/pull/13185
History
Date User Action Args
2019-05-29 19:34:30jdemeyersetrecipients: + jdemeyer, tim.peters, loewis, belopolsky, pitrou, vstinner, python-dev, serhiy.storchaka, koobs, miss-islington
2019-05-29 19:34:30jdemeyersetmessageid: <1559158470.96.0.566291998867.issue22117@roundup.psfhosted.org>
2019-05-29 19:34:30jdemeyerlinkissue22117 messages
2019-05-29 19:34:30jdemeyercreate