[Python-Dev] Avoiding file descriptors leakage in subprocess.Popen() (original) (raw)
Michael Foord fuzzyman at voidspace.org.uk
Tue Jun 16 13:21:29 CEST 2009
- Previous message: [Python-Dev] Avoiding file descriptors leakage in subprocess.Popen()
- Next message: [Python-Dev] Avoiding file descriptors leakage in subprocess.Popen()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven D'Aprano wrote:
On Tue, 16 Jun 2009 01:20:53 pm Cameron Simpson wrote:
I don't think all pythons do immediate ref-counted GC. Jython and IronPython don't. I don't know about PyPy, CLPython, Unladen Swallow, etc. PyPy doesn't, Unladen Swallow won't.
Michael
-- http://www.ironpythoninaction.com/
- Previous message: [Python-Dev] Avoiding file descriptors leakage in subprocess.Popen()
- Next message: [Python-Dev] Avoiding file descriptors leakage in subprocess.Popen()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]