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 phsilva, vstinner
Date 2020-03-18.00:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
While trying to move pending to PyInterpreterState, I hit in issue in _PyEval_AddPendingCall(): signal.raise_signal() can call it with tstate=NULL.

See https://bugs.python.org/issue37127#msg364489
History
Date User Action Args
2020-03-18 00:50:47vstinnersetrecipients: + vstinner, phsilva
2020-03-18 00:50:47vstinnersetmessageid: <[email protected]>
2020-03-18 00:50:47vstinnerlinkissue39984 messages
2020-03-18 00:50:47vstinnercreate