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 <[email protected]>
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: <[email protected]>
2021-08-15 16:04:47Mark.Shannonlinkissue44914 messages
2021-08-15 16:04:47Mark.Shannoncreate