Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
This commit is contained in:
parent
cc75a86123
commit
07395914ca
|
@ -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__ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue