]> granicus.if.org Git - python/commitdiff
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__...
authorEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 07:31:14 +0000 (07:31 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 07:31:14 +0000 (07:31 +0000)
Modules/main.c

index 0b656e5163e7f1d30f88cbe3e5752754dd5e1974..fcd9330e41d92cd2cf3e824d8d2d03bbf2c7c7a3 100644 (file)
@@ -720,7 +720,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__ */