Kaydet (Commit) 07395914 authored tarafından Eli Bendersky's avatar Eli Bendersky

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

üst cc75a861
......@@ -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__ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment