mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
This commit is contained in:
parent
cc75a86123
commit
07395914ca
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue