diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-07 18:51:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-07 18:51:28 (GMT) |
commit | cf3806026b4f9784f97fce168695c3b4a6bbd8a5 (patch) | |
tree | 5819771988e418058920612ec19a6c83dc1e8013 /Misc/NEWS | |
parent | 36e7e97d621863e6e3e3baeb22909ec06e720639 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |