summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2014-07-25 21:59:48 (GMT)
committerRaymond Hettinger <python@rcn.com>2014-07-25 21:59:48 (GMT)
commit5a2146a2fdb9b8adf6472f1bedbba68c41bab232 (patch)
tree0617249197e601d5cf56f982c78234593d54b46d /Misc
parent65dd69a3da16257bd86b92900e5ec5a8dd26f1d9 (diff)
downloadcpython-5a2146a2fdb9b8adf6472f1bedbba68c41bab232.zip
cpython-5a2146a2fdb9b8adf6472f1bedbba68c41bab232.tar.gz
cpython-5a2146a2fdb9b8adf6472f1bedbba68c41bab232.tar.bz2
Issue #22044: Fixed premature DECREF in call_tzinfo_method.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index f7642c8..fdf89d4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -410,6 +410,7 @@ Russell Finn
Dan Finnie
Nils Fischbeck
Frederik Fix
+Tom Flanagan
Matt Fleming
Hernán Martínez Foffani
Artem Fokin
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d32544..d580e63 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Library
- Issue #16133: The asynchat.async_chat.handle_read() method now ignores
BlockingIOError exceptions.
+- Issue #22044: Fixed premature DECREF in call_tzinfo_method.
+ Patch by Tom Flanagan.
+
- Issue #19884: readline: Disable the meta modifier key if stdout is not
a terminal to not write the ANSI sequence "\033[1034h" into stdout. This
sequence is used on some terminal (ex: TERM=xterm-256color") to enable