]> granicus.if.org Git - python/commit
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Dec 2010 22:59:16 +0000 (22:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Dec 2010 22:59:16 +0000 (22:59 +0000)
commit810023db3e91c18f428e27378d00c3a5a56330c6
tree98b7710d8855ccbed5d84e6d64ff617fe7e53570
parent119cda0fd25561c2a21212c80f211af966104297
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
by signals on platforms using pthreads.  Patch by Reid Kleckner.
Doc/library/_thread.rst
Doc/library/threading.rst
Doc/whatsnew/3.2.rst
Include/pythread.h
Lib/test/test_threadsignals.py
Misc/ACKS
Misc/NEWS
Modules/_threadmodule.c
Python/thread_nt.h
Python/thread_pthread.h