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, gregory.p.smith, mark.dickinson, rhettinger, skrah
Date 2020-03-02.10:45:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583145959.56.0.97340780566.issue39794@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-03-02 10:45:59skrahsetrecipients: + skrah, rhettinger, gregory.p.smith, mark.dickinson, boytsovea
2020-03-02 10:45:59skrahsetmessageid: <1583145959.56.0.97340780566.issue39794@roundup.psfhosted.org>
2020-03-02 10:45:59skrahlinkissue39794 messages
2020-03-02 10:45:59skrahcreate