[Python-Dev] Disabling string interning for null and single-char causes segfaults

Serhiy Storchaka storchaka at gmail.com
Mon Mar 4 16:32:21 CET 2013


On 02.03.13 22:32, Terry Reedy wrote:
> I am just curious: does 3.3 still
> intern (some) unicode chars? Did the 256 interned bytes of 2.x carry
> over to 3.x?

Yes, Python 3 interns an empty string and first 256 Unicode characters.




More information about the Python-Dev mailing list