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 scoder
Recipients Arfrever, alex, doko, jdemeyer, pitrou, python-dev, scoder, serhiy.storchaka, vstinner, xiang.zhang
Date 2021-04-20.15:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618934117.77.0.594575779931.issue22079@roundup.psfhosted.org>
In-reply-to
Content
Coming back to this after a while. I would like to get rid of the work-around (read: huge hack) that we have in Cython for this check and thus would ask for the check to be removed in Py3.10.

According to the discussion, no-one seemed to remember why it was added in the first place, just that "bad things happened", but not what or how.

With the fix for issue 35810 in place since Py3.8, my guess is that the situation that this check is preventing has actually become safe now. Unless someone can motivate that the risks were other than a premature deallocation of the base type.
History
Date User Action Args
2021-04-20 15:55:17scodersetrecipients: + scoder, doko, pitrou, vstinner, Arfrever, alex, python-dev, serhiy.storchaka, jdemeyer, xiang.zhang
2021-04-20 15:55:17scodersetmessageid: <1618934117.77.0.594575779931.issue22079@roundup.psfhosted.org>
2021-04-20 15:55:17scoderlinkissue22079 messages
2021-04-20 15:55:17scodercreate