Stefan Krah <ste...@bytereef.org> added the comment:

For the people who find this issue via a search engine:

  1) The defaults in 3.7, 3.8 and 3.9 are unchanged (you get
     the ContextVar).

  2) ./configure --without-decimal-contextvar enables the exact
     TLS context code from 3.3-3.6.  There is no new code.

  3) On Windows you need to edit PC\pyconfig.h to enable the TLS
     context.

  4) There are extensive tests for the flag in:

        Modules/_decimal/tests/runall-memorydebugger.sh

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39794>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to