cpython/Doc/whatsnew
Victor Stinner 754851f456 Issue #11223: Add threading._info() function providing informations about the
thread implementation.

Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of
test_threadsignals if a thread lock is implemented using a POSIX mutex and a
POSIX condition variable. A POSIX condition variable cannot be interrupted by a
signal (e.g. on Linux, the futex system call is restarted).
2011-04-19 23:58:51 +02:00
..
2.0.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.1.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.2.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.3.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
2.4.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
2.5.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
2.6.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
2.7.rst #10526: fix typo. 2010-11-26 11:50:13 +00:00
3.0.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
3.1.rst Migrate to Sphinx 1.0 C language constructs. 2010-10-06 10:11:56 +00:00
3.2.rst Issue #11071: Fix whatsnew description of O/S access to raw bytes. 2011-03-25 12:41:34 -07:00
3.3.rst Issue #11223: Add threading._info() function providing informations about the 2011-04-19 23:58:51 +02:00
index.rst Add 3.3 whatsnew to index. 2011-02-25 11:28:22 +00:00