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 vstinner
Recipients ngie, vstinner
Date 2020-03-12.12:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584016709.06.0.087555882242.issue39884@roundup.psfhosted.org>
In-reply-to
Content
> While the issues definitely need to be resolved in the C extensions, where to start is not completely clear. I had to put `printfs` in PyCFunction_NewEx and PyDescr_NewMethod to track down the issues, e.g., (...)

I agree, I had the same issue :-) I fixed the issue in 3.7, 3.8 and master branches.

In 3.7, the modified functions are different and the error message was different but similar.

Thanks for your bug report ;-)
History
Date User Action Args
2020-03-12 12:38:29vstinnersetrecipients: + vstinner, ngie
2020-03-12 12:38:29vstinnersetmessageid: <1584016709.06.0.087555882242.issue39884@roundup.psfhosted.org>
2020-03-12 12:38:29vstinnerlinkissue39884 messages
2020-03-12 12:38:28vstinnercreate