[issue20891] PyGILState_Ensure on non-Python thread causes fatal error

STINNER Victor report at bugs.python.org
Mon Jan 29 05:57:20 EST 2018


STINNER Victor <victor.stinner at gmail.com> added the comment:

> I ran pyperformance on my PR 4700. Differences of at least 5%: (...)

I tested again these 5 benchmarks were Python was slower with my PR. I ran these benchmarks manually on my laptop using CPU isolation. Result:

vstinner at apu$ python3 -m perf compare_to ref.json patch.json --table
Not significant (5): unpickle_pure_python; sqlite_synth; spectral_norm; pathlib; scimark_monte_carlo

Ok, that was expected: no significant difference.

----------

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


More information about the Python-bugs-list mailing list