[issue32630] Migrate decimal to use PEP 567 context variables

Yury Selivanov report at bugs.python.org
Wed Jan 24 15:48:18 EST 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32630>
_______________________________________


More information about the Python-bugs-list mailing list