[issue42057] pytest case which catch exceptions become segfault

Hiroshi Miura report at bugs.python.org
Sat Oct 17 00:55:21 EDT 2020


Hiroshi Miura <miurahr at linux.com> added the comment:

A test code does not always reproduce the issue. Please try it in several times.

It seems to be happened when multiple threads try execute a same function which produces an exception, and both callers try to catch the exception at the same time.

----------

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


More information about the Python-bugs-list mailing list