From 07395914ca1e421544230c9fa618ce2314cfe266 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 14 Jan 2011 07:31:14 +0000 Subject: [PATCH] Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 --- Modules/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/main.c b/Modules/main.c index 0b656e5163..fcd9330e41 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -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__ */ -- 2.50.1