diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 15:21:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 15:21:25 (GMT) |
commit | e81b0d335b13bc1f26a08b292807ac17c8670b1c (patch) | |
tree | 2cbe866587ea5a3ff86501efc7ae29f2234e5ae5 /Misc | |
parent | 804480912c8328df7d042c6e5201cfe4abf21742 (diff) | |
parent | 09f3d080fe0cadab0db6380c58dd4968db20287d (diff) | |
download | cpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.zip cpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.tar.gz cpython-e81b0d335b13bc1f26a08b292807ac17c8670b1c.tar.bz2 |
Issue #28350: String constants with null character no longer interned.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 2 Core and Builtins ----------------- +- Issue #28350: String constants with null character no longer interned. + - Issue #26617: Fix crash when GC runs during weakref callbacks. - Issue #27942: String constants now interned recursively in tuples and frozensets. |