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: test_capi refleak
Type: resource usage Stage: resolved
Components: Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rosslagerwall Nosy List: python-dev, rosslagerwall
Priority: normal Keywords:

Created on 2012-08-24 10:13 by rosslagerwall, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg168993 - (view) Author: Ross Lagerwall (rosslagerwall) (Python committer) Date: 2012-08-24 10:13
results for fa745ed89b7a on branch "default"
--------------------------------------------

test_capi leaked [2, 2, 2] references, sum=6


Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/antoine/cpython/refleaks/reflogEr4Oyp', '-x']


A fix is in progress...
msg168999 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-08-24 11:37
New changeset 081507b4ae40 by Ross Lagerwall in branch '3.2':
Issue 15777: Fix a refleak in _posixsubprocess.
http://hg.python.org/cpython/rev/081507b4ae40
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 59981
2012-08-25 04:50:26rosslagerwallsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2012-08-24 11:37:28python-devsetnosy: + python-dev
messages: + msg168999
2012-08-24 10:13:13rosslagerwallcreate