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 Mark.Shannon
Recipients Mark.Shannon, kj, pablogsal, vstinner
Date 2021-08-15.16:04:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629043487.27.0.682252935117.issue44914@roundup.psfhosted.org>
In-reply-to
Content
PyType_ClearCache() is documented as:

    Clear the internal lookup cache. Return the current version tag.

Modifying it to do what it is documented to do fixes this bug :)
History
Date User Action Args
2021-08-15 16:04:47Mark.Shannonsetrecipients: + Mark.Shannon, vstinner, pablogsal, kj
2021-08-15 16:04:47Mark.Shannonsetmessageid: <1629043487.27.0.682252935117.issue44914@roundup.psfhosted.org>
2021-08-15 16:04:47Mark.Shannonlinkissue44914 messages
2021-08-15 16:04:47Mark.Shannoncreate