]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 87991 via svnmerge from
authorEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:52:17 +0000 (08:52 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 14 Jan 2011 08:52:17 +0000 (08:52 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87991 | eli.bendersky | 2011-01-14 09:31:14 +0200 (Fri, 14 Jan 2011) | 2 lines

  Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
........

Modules/main.c

index 4dcc32da7b3cac2e7225572591aaa39daebfd713..eb9bb5451723559372ee145a4344ed73b98edb29 100644 (file)
@@ -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__ */