[Python-Dev] Avoiding file descriptors leakage in subprocess.Popen()

Steven D'Aprano steve at pearwood.info
Tue Jun 16 13:19:38 CEST 2009


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.


-- 
Steven D'Aprano


More information about the Python-Dev mailing list