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.

Author ocean-city
Recipients georg.brandl, ocean-city, pitrou
Date 2009-03-03.21:04:23
SpamBayes Score 8.455379e-08
Marked as misclassified No
Message-id <1236114268.91.0.3473201469.issue5179@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is not fixed on windows yet. (test_leaking_fds_on_error fails)
I think attached patch will fix this.

======================================================================
ERROR: test_writes_before_communicate (__main__.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_subprocess.py", line 398, in test_writes_before_communicate
  File "e:\python-dev\py3k\lib\subprocess.py", line 632, in __init__
  File "e:\python-dev\py3k\lib\subprocess.py", line 746, in _get_handles
IOError: [Errno 24] Too many open files
History
Date User Action Args
2009-03-03 21:04:29ocean-citysetrecipients: + ocean-city, georg.brandl, pitrou
2009-03-03 21:04:28ocean-citysetmessageid: <1236114268.91.0.3473201469.issue5179@psf.upfronthosting.co.za>
2009-03-03 21:04:26ocean-citylinkissue5179 messages
2009-03-03 21:04:25ocean-citycreate