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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2019-01-19.11:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547897672.86.0.0252155545235.issue35780@roundup.psfhosted.org>
In-reply-to
Content
Operations with the linked list are atomic (guarded with the GIL), while operations with the cache dict are not. That is why links are removed first from the linked list and added back in case of error.
History
Date User Action Args
2019-01-19 11:34:34serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2019-01-19 11:34:32serhiy.storchakasetmessageid: <1547897672.86.0.0252155545235.issue35780@roundup.psfhosted.org>
2019-01-19 11:34:32serhiy.storchakalinkissue35780 messages
2019-01-19 11:34:32serhiy.storchakacreate