mirror of
https://github.com/python/cpython.git
synced 2026-05-28 15:16:53 -04:00
618fbf5469
hack: it would resize *interned* strings in-place! This occurred because their reference counts do not have their expected value -- stringobject.c hacks them. Mea culpa.