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 jkloth
Recipients cstratak, jkloth, mi, vstinner
Date 2017-06-07.14:53:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496847212.9.0.847891655424.issue30345@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that commit (https://github.com/python/cpython/commit/c52572319cbd50adff85050a54122c25239a516d) changed the parameter name in the definition of _PyCFunction_FastCallDict().  I believe that changing 'func_obj' to just 'func' should fix it (in Tools/gdb/libpython.py).
History
Date User Action Args
2017-06-07 14:53:32jklothsetrecipients: + jkloth, vstinner, cstratak, mi
2017-06-07 14:53:32jklothsetmessageid: <1496847212.9.0.847891655424.issue30345@psf.upfronthosting.co.za>
2017-06-07 14:53:32jklothlinkissue30345 messages
2017-06-07 14:53:32jklothcreate