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 asvetlov
Recipients asvetlov, rogerdahl, yselivanov
Date 2020-02-27.19:01:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582830115.13.0.08492724103.issue39765@roundup.psfhosted.org>
In-reply-to
Content
Other threads are not related.

Speaking about the main thread that runs an event loop with the signal handler installed -- the handler is executed along with other async code.
If the loop executes some user-provides async task -- it executes the signal handler as well if needed.

This is why I suspect that the discussed program is not completely correct.
History
Date User Action Args
2020-02-27 19:01:55asvetlovsetrecipients: + asvetlov, yselivanov, rogerdahl
2020-02-27 19:01:55asvetlovsetmessageid: <1582830115.13.0.08492724103.issue39765@roundup.psfhosted.org>
2020-02-27 19:01:55asvetlovlinkissue39765 messages
2020-02-27 19:01:55asvetlovcreate