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 skrah
Recipients boytsovea, skrah, vstinner, yselivanov
Date 2020-03-02.17:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583168727.97.0.909711951819.issue39776@roundup.psfhosted.org>
In-reply-to
Content
I think the PR fixes the issue but I have to run longer tests still.

Threads created by PyGILState_Ensure() could have a duplicate tstate->id,
which confused the ContextVar caching machinery.
History
Date User Action Args
2020-03-02 17:05:27skrahsetrecipients: + skrah, vstinner, yselivanov, boytsovea
2020-03-02 17:05:27skrahsetmessageid: <1583168727.97.0.909711951819.issue39776@roundup.psfhosted.org>
2020-03-02 17:05:27skrahlinkissue39776 messages
2020-03-02 17:05:27skrahcreate