summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-22 07:23:12 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-22 07:23:12 (GMT)
commit0085a2407574a4af46019bee279895bdafbd76b8 (patch)
treeadfe988557488cc52e34b16bb971f8a8727f1ae6 /Misc
parentfd296ff5d6436ad3a782cca816783f05acd9fe78 (diff)
downloadcpython-0085a2407574a4af46019bee279895bdafbd76b8.zip
cpython-0085a2407574a4af46019bee279895bdafbd76b8.tar.gz
cpython-0085a2407574a4af46019bee279895bdafbd76b8.tar.bz2
Closes #15973: fix a segmentation fault when comparing timezone objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 882d274..f82da60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library
Extension Modules
-----------------
+- Issue #15973: Fix a segmentation fault when comparing datetime timezone
+ objects.
+
- Issue #15977: Fix memory leak in Modules/_ssl.c when the function
_set_npn_protocols() is called multiple times, thanks to Daniel Sommermann.