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 yselivanov
Recipients gvanrossum, methane, skrah, vstinner, yselivanov
Date 2018-01-24.20:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516826898.14.0.467229070634.issue32630@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, it would be great to have this committed before 3.7 feature freeze.

The change is pretty straightforward -- we replaced threading.local() with a contextvar, which should be a backwards compatible change.
History
Date User Action Args
2018-01-24 20:48:18yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, methane, skrah
2018-01-24 20:48:18yselivanovsetmessageid: <1516826898.14.0.467229070634.issue32630@psf.upfronthosting.co.za>
2018-01-24 20:48:18yselivanovlinkissue32630 messages
2018-01-24 20:48:18yselivanovcreate