SIGN IN SIGN UP

bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422)

This reverts commit ea251806b8dffff11b30d2182af1e589caf88acf.

Keep "assert(interned == NULL);" in _PyUnicode_Fini(), but only for
the main interpreter.

Keep _PyUnicode_ClearInterned() changes avoiding the creation of a
temporary Python list object.
V
Victor Stinner committed
35d6540c904ef07b8602ff014e520603f84b5886
Parent: e5894ca
Committed by GitHub <noreply@github.com> on 1/6/2022, 7:53:44 AM