[issue14606] Memory leak subprocess on Windows

2012-04-21 Thread Charles-François Natali
Changes by Charles-François Natali : -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14606] Memory leak subprocess on Windows

2012-04-21 Thread Roland
Roland added the comment: yes, thank you. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue14606] Memory leak subprocess on Windows

2012-04-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Does your last message mean that this issue should be closed here? -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue14606] Memory leak subprocess on Windows

2012-04-18 Thread STINNER Victor
STINNER Victor added the comment: > 20kb exactly, I can confirm it is only on Windows. I'm currently running some > tests to make sure it isn't a general Windows problem. I'll post an update as > soon as done. Oh, that's a lot. Can you please also try with Python 3.2? -- ___

[issue14606] Memory leak subprocess on Windows

2012-04-18 Thread Roland
Roland added the comment: 20kb exactly, I can confirm it is only on Windows. I'm currently running some tests to make sure it isn't a general Windows problem. I'll post an update as soon as done. -- ___ Python tracker

[issue14606] Memory leak subprocess on Windows

2012-04-18 Thread STINNER Victor
STINNER Victor added the comment: I don't see any leak on Linux with Python 2.7 or Python 3.3. How much KB does subprocess leak per process? -- nosy: +haypo title: Memory leak subprocess -> Memory leak subprocess on Windows ___ Python tracker

[issue14606] Memory leak subprocess

2012-04-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- components: +Library (Lib), Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue14606] Memory leak subprocess

2012-04-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14606] Memory leak subprocess

2012-04-17 Thread Roland
New submission from Roland : subprocess leaks memory on win 7 64bit (Python 2.7.3 32bit). The following code snippet will fill up memory slowly but completely after running it multiple times. When python exits the memory is not freed. >> import subprocess import shlex for i in range(0

[issue14606] Memory leak subprocess

2012-04-17 Thread Roland
Changes by Roland : -- nosy: rfs priority: normal severity: normal status: open title: Memory leak subprocess type: resource usage versions: Python 2.7 ___ Python tracker ___ ___