From: Serhiy Storchaka Date: Tue, 4 Oct 2016 15:21:25 +0000 (+0300) Subject: Issue #28350: String constants with null character no longer interned. X-Git-Tag: v3.6.0b2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e81b0d335b13bc1f26a08b292807ac17c8670b1c;p=python Issue #28350: String constants with null character no longer interned. --- e81b0d335b13bc1f26a08b292807ac17c8670b1c diff --cc Misc/NEWS index 121e567891,6fa7fd4fbd..4a8e0b85a0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,8 -10,8 +10,10 @@@ What's New in Python 3.6.0 beta 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