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 pablogsal
Recipients jdemeyer, methane, pablogsal, serhiy.storchaka
Date 2019-09-02.12:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567428255.9.0.888187844321.issue33418@roundup.psfhosted.org>
In-reply-to
Content
This change introduced the possibility to have function objects in an inconsistent state. For example, when calling tp_clear on the function some code must be invoked that tries to ca the function but some fields are NULL causing a crash.

I think we should revert this and think better how to protect against this situation.
History
Date User Action Args
2019-09-02 12:44:15pablogsalsetrecipients: + pablogsal, methane, serhiy.storchaka, jdemeyer
2019-09-02 12:44:15pablogsalsetmessageid: <1567428255.9.0.888187844321.issue33418@roundup.psfhosted.org>
2019-09-02 12:44:15pablogsallinkissue33418 messages
2019-09-02 12:44:15pablogsalcreate