[Python-bugs-list] [Bug #119862] Memory leak in python 2.0 and below

noreply@sourceforge.net noreply@sourceforge.net
Tue, 31 Oct 2000 04:22:28 -0800


Bug #119862, was updated on 2000-Oct-31 04:22
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Memory leak in python 2.0 and below

Details: The reference count of the item returned by the PyMapping_GetItemString function in call inside the function vgetargskeywords is not decremented. This can result in a memory leak.

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