diff options
author | Guido van Rossum <guido@python.org> | 2003-01-07 20:34:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-07 20:34:19 (GMT) |
commit | 6d0d3655af5c98d77274e08196ea0db336699290 (patch) | |
tree | c3c4b4db390e205e7c7d546877439714150df592 /Misc | |
parent | 05ac449d2970aba1922380796633084175e30424 (diff) | |
download | cpython-6d0d3655af5c98d77274e08196ea0db336699290.zip cpython-6d0d3655af5c98d77274e08196ea0db336699290.tar.gz cpython-6d0d3655af5c98d77274e08196ea0db336699290.tar.bz2 |
Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread
state swaps in readline).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -511,6 +511,7 @@ Frank Stajano Richard Stoakley Casper Stoel Peter Stoehr +Michael Stone Ken Stox Daniel Stutzbach Paul Swartz @@ -21,6 +21,10 @@ Core and builtins Extension modules ----------------- +- Fixed broken threadstate swap in readline that could cause fatal + errors when a readline hook was being invoked while a background + thread was active. (SF bugs #660476 and #513033.) + - fcntl now exposes the strops.h I_* constants. - datetime changes: |