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 pitrou
Recipients pitrou
Date 2021-03-04.21:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614893468.93.0.265748275948.issue43406@roundup.psfhosted.org>
In-reply-to
Content
We can receive signals (at the C level, in trip_signal() in signalmodule.c) while signal.signal is being called to modify the corresponding handler.  Later when PyErr_CheckSignals() is called to handle the given signal, the handler may be a non-callable object and will raise a cryptic asynchronous exception.
History
Date User Action Args
2021-03-04 21:31:08pitrousetrecipients: + pitrou
2021-03-04 21:31:08pitrousetmessageid: <1614893468.93.0.265748275948.issue43406@roundup.psfhosted.org>
2021-03-04 21:31:08pitroulinkissue43406 messages
2021-03-04 21:31:08pitroucreate