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 aeros, corona10, eric.snow, erlendaasland, shihai1991, vstinner
Date 2020-12-26.22:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> * resolve_slotdups() uses a static variable

Attached resolve_slotdups.patch works around the issue by removing the cache.
History
Date User Action Args
2020-12-26 22:23:54vstinnersetrecipients: + vstinner, eric.snow, corona10, shihai1991, aeros, erlendaasland
2020-12-26 22:23:54vstinnersetmessageid: <[email protected]>
2020-12-26 22:23:54vstinnerlinkissue40512 messages
2020-12-26 22:23:54vstinnercreate