This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: marshal module is leaking references
Type: behavior Stage:
Components: Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: christian.heimes, rhettinger
Priority: high Keywords:

Created on 2008-01-29 12:14 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61818 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-29 12:14
Hello Raymond!

Your changes have introduced a ref leak:

test_marshal leaked [32, 32, 32, 32] references, sum=128
msg61951 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-02-01 08:13
Neal fixed it in r60488
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46255
2008-02-01 08:13:11christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg61951
2008-01-29 12:14:44christian.heimescreate