classification
Title: Patch for 1506758 - popen2/subprocess MAXFD MemoryErrors
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: astrand Nosy List: astrand, pav3901 (2)
Priority: normal Keywords patch

Created on 2006-06-15 16:13 by pav3901, last changed 2006-06-22 20:31 by astrand.

Files
File name Uploaded Description Edit Remove
patch_1506758.diff pav3901, 2006-06-15 16:13 Patch for bug 1506758
Messages (2)
msg50475 - (view) Author: Peter Vetere (pav3901) Date: 2006-06-15 16:13
A simple patch to fix the problem I reported in that
bug.  The patch is against the release24-maint branch.
msg50476 - (view) Author: Peter Åstrand (astrand) Date: 2006-06-22 20:31
Logged In: YES 
user_id=344921

Patch applied, both on trunk (r47077) and on
release24-maint(r47078). 
History
Date User Action Args
2006-06-15 16:13:20pav3901create