Eli Bendersky <eli...@gmail.com> added the comment:

This code is in Modules/main.c, function Py_Main.


In 2.7, only _Py_ReleaseInternedStrings is called, and this function is defined 
in Objects/stringobject.c

In 3k, the two functions are called as specified above. 
_Py_ReleaseInternedStrings doesn't exist in 3k, and 
_Py_ReleaseInternedUnicodeStrings is defined in Objects/unicodeobject.c

I will now supply a patch that removes the call.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9844>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to