diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-05-05 21:12:34 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-05-05 21:12:34 (GMT) |
commit | 39b17c513ae7b9baecdc8292876683647186fee4 (patch) | |
tree | 62d11ed77e5a5b70b729d56627adcfed01fabeba /Misc | |
parent | f3593026ded99404c2c8f6c6fbf4c20197c9830a (diff) | |
download | cpython-39b17c513ae7b9baecdc8292876683647186fee4.zip cpython-39b17c513ae7b9baecdc8292876683647186fee4.tar.gz cpython-39b17c513ae7b9baecdc8292876683647186fee4.tar.bz2 |
Backout 2e446e87ac5b; it breaks the unix buildbots.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -69,9 +69,6 @@ Core and Builtins Library ------- -- Issue #15528: Add weakref.finalize to support finalization using - weakref callbacks. - - Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown. |