diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-02 22:24:56 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-02 22:24:56 (GMT) |
commit | 3430fb803ed10ae99c038eba1a25a0fe42314a9d (patch) | |
tree | a772805481912b770b0ec3976b9cfc7aea69c382 /Misc | |
parent | 30a13fb60e87881f665efdaea1950ad4d9ec5b92 (diff) | |
download | cpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.zip cpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.tar.gz cpython-3430fb803ed10ae99c038eba1a25a0fe42314a9d.tar.bz2 |
More whatsnew updates.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3147,7 +3147,7 @@ Library - Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by the garbage collector while the Heap lock is held. -- Issue #12462: time.sleep() now calls immediatly the (Python) signal handler +- Issue #12462: time.sleep() now immediately calls the (Python) signal handler if it is interrupted by a signal, instead of having to wait until the next instruction. |