[Python-Dev] Disabling string interning for null and single-char causes segfaults (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Mon Mar 4 16:32:21 CET 2013
- Previous message: [Python-Dev] Disabling string interning for null and single-char causes segfaults
- Next message: [Python-Dev] Disabling string interning for null and single-char causes segfaults
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] Disabling string interning for null and single-char causes segfaults
- Next message: [Python-Dev] Disabling string interning for null and single-char causes segfaults
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]