mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
This reverts commit 87be8d9. This approach to keeping the interned strings safe is turning out to be too complex for my taste (due to obmalloc isolation). For now I'm going with the simpler solution, making the dict per-interpreter. We can revisit that later if we want a sharing solution.
Miscellaneous source files for the main Python shared library