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 Mark.Shannon, christian.heimes, jdemeyer, lukasz.langa, pablogsal, petr.viktorin, pitrou, vstinner
Date 2019-09-02.12:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567428094.25.0.215582960172.issue38006@roundup.psfhosted.org>
In-reply-to
Content
In particular, this was not happening before because the function type did not implement tp_clear:

https://github.com/python/cpython/blob/3.7/Objects/funcobject.c#L615

The new implementation of tp_clear without checks is allowing this to happen.
History
Date User Action Args
2019-09-02 12:41:34pablogsalsetrecipients: + pablogsal, pitrou, vstinner, christian.heimes, petr.viktorin, lukasz.langa, Mark.Shannon, jdemeyer
2019-09-02 12:41:34pablogsalsetmessageid: <1567428094.25.0.215582960172.issue38006@roundup.psfhosted.org>
2019-09-02 12:41:34pablogsallinkissue38006 messages
2019-09-02 12:41:34pablogsalcreate