summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2011-01-14 08:52:17 (GMT)
committerEli Bendersky <eliben@gmail.com>2011-01-14 08:52:17 (GMT)
commit44a6c167292d590dfc8373b4562335201bb76b84 (patch)
tree17c7e9ca88e51625f8e8182ed888be54162e78ec /Modules/main.c
parentd2b03e14093020f14824bebae54194b402b81f2c (diff)
downloadcpython-44a6c167292d590dfc8373b4562335201bb76b84.zip
cpython-44a6c167292d590dfc8373b4562335201bb76b84.tar.gz
cpython-44a6c167292d590dfc8373b4562335201bb76b84.tar.bz2
Merged revisions 87991 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87991 | eli.bendersky | 2011-01-14 09:31:14 +0200 (Fri, 14 Jan 2011) | 2 lines Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 ........
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 4dcc32d..eb9bb54 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -642,7 +642,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__ */