[issue40231] Fix pending calls in subinterpreters

STINNER Victor report at bugs.python.org
Wed Apr 8 17:38:04 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

I modified _PyEval_AddPendingCall() to accept interp rather than tstate to fix bpo-40082:

New changeset b54a99d6432de93de85be2b42a63774f8b4581a0 by Victor Stinner in branch 'master':
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
https://github.com/python/cpython/commit/b54a99d6432de93de85be2b42a63774f8b4581a0

----------

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


More information about the Python-bugs-list mailing list