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 asvetlov, eric.snow, vstinner, yselivanov
Date 2019-05-29.22:28:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+3bQGFE+uLs2Z251pPBh8cwiuRbjaKk_02cfXSkLeyXaWsnyQ@mail.gmail.com>
In-reply-to <1559168278.92.0.402632597141.issue37088@roundup.psfhosted.org>
Content
I dislike pending calls. It is a weird beast which complicates ceval.c. I
would prefer to remove it. It is no longer needed to handle signals!

At least, it sounds like a bad idea to me to expose it in Python in a
public API.

If you really need it, hide it better ;-)
History
Date User Action Args
2019-05-29 22:28:18vstinnersetrecipients: + vstinner, asvetlov, eric.snow, yselivanov
2019-05-29 22:28:18vstinnerlinkissue37088 messages
2019-05-29 22:28:18vstinnercreate