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_subprocess leaks
Type: resource usage Stage: needs patch
Components: Library (Lib), Tests Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: gregory.p.smith, pitrou
Priority: normal Keywords:

Created on 2010-03-18 21:49 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unnamed gregory.p.smith, 2010-03-19 01:30
Messages (3)
msg101286 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-03-18 21:49
test_subprocess has been leaking since the recent changes in py3k:

test_subprocess leaked [2, 2] references, sum=4
msg101296 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2010-03-19 01:30
Pretty sure I know off the top of my head what this is.  Ill fix it.
msg101336 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2010-03-19 16:54
py3k r79097
History
Date User Action Args
2022-04-11 14:56:58adminsetgithub: 52420
2010-03-19 16:54:06gregory.p.smithsetstatus: open -> closed
resolution: fixed
messages: + msg101336
2010-03-19 01:30:50gregory.p.smithsetfiles: + unnamed

messages: + msg101296
2010-03-18 21:49:18pitroucreate