[issue1607087] popen() slow on AIX due to large FOPEN_MAX value

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Changed popen2 to use os.closerange() in r61019. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> __

[issue1607087] popen() slow on AIX due to large FOPEN_MAX value

2008-02-23 Thread Ralf Schmitt
Ralf Schmitt added the comment: python 2.6 has os.closerange. however it is currently not used in popen2. -- nosy: +schmir _ Tracker <[EMAIL PROTECTED]> _ __