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 Rhamphoryncus
Recipients
Date 2007-01-29.23:59:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Unfortunately, neither the mutex functions nor pthread_kill() are listed as async-signal-safe:
http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html

Personally, I'd be just as happy to raise an exception if an attempt is made to import both signal and threading: doing it safely and reliably is just too difficult, so we shouldn't promote a false sense of security.
History
Date User Action Args
2007-08-23 15:54:45adminlinkissue1564547 messages
2007-08-23 15:54:45admincreate