Skip to content

Commit 0739591

Browse files
committed
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
1 parent cc75a86 commit 0739591

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
@@ -720,7 +720,6 @@ Py_Main(int argc, wchar_t **argv)
720720
* trade off slower shutdown for less distraction in the memory
721721
* reports. -baw
722722
*/
723-
_Py_ReleaseInternedStrings();
724723
_Py_ReleaseInternedUnicodeStrings();
725724
#endif /* __INSURE__ */
726725

0 commit comments

Comments
 (0)