summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-07 18:51:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-07 18:51:28 (GMT)
commitcf3806026b4f9784f97fce168695c3b4a6bbd8a5 (patch)
tree5819771988e418058920612ec19a6c83dc1e8013 /Misc/NEWS
parent36e7e97d621863e6e3e3baeb22909ec06e720639 (diff)
downloadcpython-cf3806026b4f9784f97fce168695c3b4a6bbd8a5.zip
cpython-cf3806026b4f9784f97fce168695c3b4a6bbd8a5.tar.gz
cpython-cf3806026b4f9784f97fce168695c3b4a6bbd8a5.tar.bz2
Issue #24098: Fixed possible crash when AST is changed in process of
compiling it.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2da5058..369aa8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #24098: Fixed possible crash when AST is changed in process of
+ compiling it.
+
- Issue #28350: String constants with null character no longer interned.
- Issue #26617: Fix crash when GC runs during weakref callbacks.