SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 231 Python

gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters" (gh-103063)

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.
E
Eric Snow committed
89e67ada6958cfd8d4eec221848f81b2619de099
Parent: 34eb6f7
Committed by GitHub <noreply@github.com> on 3/27/2023, 10:53:05 PM