[issue5179] subprocess leaves open fds on construction error

Antoine Pitrou report at bugs.python.org
Sat Feb 14 17:14:00 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Wow, the Roundup email gateway borks code snippets:

>>> import resource
>>> resource.getrlimit(resource.RLIMIT_NOFILE)
(1024, 1024)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5179>
_______________________________________


More information about the Python-bugs-list mailing list