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 dino.viehland, methane, pablogsal, vstinner
Date 2021-03-27.00:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616804785.24.0.216576662172.issue43636@roundup.psfhosted.org>
In-reply-to
Content
Seems that the problem is removing the check:

    if (MCACHE_CACHEABLE_NAME(name) &&
        _PyType_HasFeature(type, Py_TPFLAGS_VALID_VERSION_TAG)) {
History
Date User Action Args
2021-03-27 00:26:25pablogsalsetrecipients: + pablogsal, vstinner, dino.viehland, methane
2021-03-27 00:26:25pablogsalsetmessageid: <1616804785.24.0.216576662172.issue43636@roundup.psfhosted.org>
2021-03-27 00:26:25pablogsallinkissue43636 messages
2021-03-27 00:26:25pablogsalcreate