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 vstinner
Recipients eric.snow, vstinner
Date 2020-04-08.21:38:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586381884.92.0.554828853308.issue40231@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-04-08 21:38:04vstinnersetrecipients: + vstinner, eric.snow
2020-04-08 21:38:04vstinnersetmessageid: <1586381884.92.0.554828853308.issue40231@roundup.psfhosted.org>
2020-04-08 21:38:04vstinnerlinkissue40231 messages
2020-04-08 21:38:04vstinnercreate