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, shihai1991, vstinner
Date 2020-05-05.16:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588697488.17.0.95642857685.issue40513@roundup.psfhosted.org>
In-reply-to
Content
> FWIW, I think it would make sense to keep "signals_pending" under _PyRuntimeState rather than moving it to PyInterpreterState.

Oh right. I forgot about the details. I reverted my change, but this time I added a comment to prevent me to write the same change in 6 months :-)
History
Date User Action Args
2020-05-05 16:51:28vstinnersetrecipients: + vstinner, eric.snow, shihai1991
2020-05-05 16:51:28vstinnersetmessageid: <1588697488.17.0.95642857685.issue40513@roundup.psfhosted.org>
2020-05-05 16:51:28vstinnerlinkissue40513 messages
2020-05-05 16:51:28vstinnercreate