[issue5312] errno not being set

2009-02-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the diagnostic, Georg! Fixed in r69794. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue5312] errno not being set

2009-02-19 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5312] errno not being set

2009-02-19 Thread Georg Brandl
Georg Brandl added the comment: The problem is in os.py. This patch fixes it: Index: Lib/os.py === --- Lib/os.py (Revision 69769) +++ Lib/os.py (Arbeitskopie) @@ -372,8 +372,8 @@ saved_exc = e

[issue5312] errno not being set

2009-02-18 Thread Benjamin Peterson
New submission from Benjamin Peterson : def test_leaking_fds_on_error(self): # see bug #5179: Popen leaks file descriptors to PIPEs if # the child fails to execute; this will eventually exhaust # the maximum number of open fds. 1024 seems a very common # value for