We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75a86 commit 0739591Copy full SHA for 0739591
1 file changed
Modules/main.c
@@ -720,7 +720,6 @@ Py_Main(int argc, wchar_t **argv)
720
* trade off slower shutdown for less distraction in the memory
721
* reports. -baw
722
*/
723
- _Py_ReleaseInternedStrings();
724
_Py_ReleaseInternedUnicodeStrings();
725
#endif /* __INSURE__ */
726
0 commit comments