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 christian.heimes, erlendaasland, pablogsal, serhiy.storchaka, shreyanavigyan, vstinner
Date 2021-04-30.16:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619800881.02.0.940553615363.issue43916@roundup.psfhosted.org>
In-reply-to
Content
> bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)

With this change, all tests listed in this issue should be fixed.

But I didn't check the whole list of https://discuss.python.org/t/list-of-built-in-types-converted-to-heap-types/8403
History
Date User Action Args
2021-04-30 16:41:21vstinnersetrecipients: + vstinner, christian.heimes, serhiy.storchaka, pablogsal, erlendaasland, shreyanavigyan
2021-04-30 16:41:21vstinnersetmessageid: <1619800881.02.0.940553615363.issue43916@roundup.psfhosted.org>
2021-04-30 16:41:21vstinnerlinkissue43916 messages
2021-04-30 16:41:20vstinnercreate