]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 7 May 2011 23:46:11 +0000 (01:46 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 7 May 2011 23:46:11 +0000 (01:46 +0200)
commitb3e7219abfdb52321b7e8f1f57499ece23a7d2f8
tree59c85547d493099af2365d7ccf48245d501b11b0
parent2c736bb38ec6089f5360e6a7f2f76a70fb869352
Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the
signal module.
Doc/library/os.rst
Doc/library/signal.rst
Doc/whatsnew/3.3.rst
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c
configure
configure.in
pyconfig.h.in