diff options
Diffstat (limited to 'Modules/main.c')
-rw-r--r-- | Modules/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c index 4dcc32d..eb9bb54 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -642,7 +642,6 @@ Py_Main(int argc, wchar_t **argv) * trade off slower shutdown for less distraction in the memory * reports. -baw */ - _Py_ReleaseInternedStrings(); _Py_ReleaseInternedUnicodeStrings(); #endif /* __INSURE__ */ |