[Python-bugs-list] [Bug #116241] Possible leak in pythonrun.c

noreply@sourceforge.net noreply@sourceforge.net
Fri, 6 Oct 2000 07:47:11 -0700


Bug #116241, was updated on 2000-Oct-06 06:56
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Closed
Resolution: Wont Fix
Bug Group: Not a Bug
Priority: 5
Summary: Possible leak in pythonrun.c

Details: Possible leak in pythonrun.c:
The _PyCompareState_Key PyObject pointer defined in object.h, allocated in pythonrun.c with: 
"_PyCompareState_Key = PyString_InternFromString("cmp_state");", probably is never deleted.


Follow-Ups:

Date: 2000-Oct-06 07:47
By: gvanrossum

Comment:
This would be a leak if the interned database were ever to be emptied, but it isn't, so it's not a leak.

Please stop submitting bug reports about "leaks". If you want to mail me a list of all the "leaks" you have found, please go ahead and mail them to pythoneers@beopen.com.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116241&group_id=5470