diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 15:23:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-04 15:23:55 (GMT) |
commit | 7fd9f4b458dcc6416ccbc9731889a765f5df7960 (patch) | |
tree | 9be95f753e1825c5a20906e050796f8b5198ca30 /Misc | |
parent | 09f3d080fe0cadab0db6380c58dd4968db20287d (diff) | |
parent | 8f657c35b978b681e6e919f08358992e1aed7dc1 (diff) | |
download | cpython-7fd9f4b458dcc6416ccbc9731889a765f5df7960.zip cpython-7fd9f4b458dcc6416ccbc9731889a765f5df7960.tar.gz cpython-7fd9f4b458dcc6416ccbc9731889a765f5df7960.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ 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. - Issue #21578: Fixed misleading error message when ImportError called with |