From: Eli Bendersky Date: Fri, 14 Jan 2011 07:31:14 +0000 (+0000) Subject: Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__... X-Git-Tag: v3.2rc1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07395914ca1e421544230c9fa618ce2314cfe266;p=thirdparty%2FPython%2Fcpython.git Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 --- diff --git a/Modules/main.c b/Modules/main.c index 0b656e5163e7..fcd9330e41d9 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__ */