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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 11 Dec 2000 10:40:38 -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
Submitted by: nobody
Assigned to : bwarsaw
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.

Follow-Ups:

Date: 2000-Dec-11 10:40
By: bwarsaw

Comment:
Here's a program that should trigger the leak in Python 2.0.
I'm investigating further.

----- snip snip -----
import sha
sha.new(string='hello')
----- snip snip -----

-------------------------------------------------------

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