STINNER Victor <victor.stin...@haypocalc.com> added the comment:

pending_signals.patch: add pthread_kill(), sigpending() and sigwait() functions 
with doc and tests.

I added many "See also" in the doc, e.g. os.kill() gives a link to 
signal.pthread_kill().

Note: the patch renames also BasicSignalTests to PosixTests, it's not related 
to the other changes.

----------
Added file: http://bugs.python.org/file21883/pending_signals.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to