[issue39776] Crash in decimal module in heavy-multithreaded scenario

Stefan Krah report at bugs.python.org
Thu Feb 27 10:57:36 EST 2020


Stefan Krah <stefan at bytereef.org> added the comment:

Before I look at the example code: Can you also reproduce this with
Python 3.6?  The threading code in _decimal was changed to a ContextVar
in 3.7.

There's a high chance though that the problem is in the c++ module.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list