diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 02:15:12 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 02:15:12 +0000 |
commit | 7e0bfbb02f7b6cd14b69c9e43d4ab8cc2c3dd359 (patch) | |
tree | 0993885c35d9716b7a7fbfbf387ab05b3d247134 /Python/pythonrun.c | |
parent | 08be105f0b265a585e3fe23fa7e7c1219a944239 (diff) | |
download | cpython-7e0bfbb02f7b6cd14b69c9e43d4ab8cc2c3dd359.tar.gz |
Change the Fini function to only remove otherwise unreferenced strings
from the interned table. There are references in hard-to-find static
variables all over the interpreter, and it's not worth trying to get
rid of all those; but "uninterning" isn't fair either and may cause
subtle failures later -- so we have to keep them in the interned
table.
Also get rid of no-longer-needed insert of None in interned dict.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions