Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44a6c16

Browse files
committed
Merged revisions 87991 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent d2b03e1 commit 44a6c16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ Py_Main(int argc, wchar_t **argv)
642642
* trade off slower shutdown for less distraction in the memory
643643
* reports. -baw
644644
*/
645-
_Py_ReleaseInternedStrings();
646645
_Py_ReleaseInternedUnicodeStrings();
647646
#endif /* __INSURE__ */
648647

0 commit comments

Comments
 (0)