change to Lib/popen2.py break test_popen2 on windows
Fred's checkin: http://www.python.org/pipermail/python-checkins/2000-September/008355.html breaks test_popen2.py on windows. This is because test_popen2.py attempts to refer to popen2's internal '_active' variable, which is now explicitly deleted on Windows platforms. test_popen2.py should be updated for the new popen2 semantics. sorry-no-patch-ly yours, Trent -- Trent Mick TrentM@ActiveState.com
On Tue, Oct 03, 2000 at 04:08:09PM -0700, Trent Mick wrote:
Fred's checkin: http://www.python.org/pipermail/python-checkins/2000-September/008355.html breaks test_popen2.py on windows.
This is because test_popen2.py attempts to refer to popen2's internal '_active' variable, which is now explicitly deleted on Windows platforms.
test_popen2.py should be updated for the new popen2 semantics.
Geez, you are fast Tim! (for others: he patched test_popen.py after I sent my email but before my email made it to python-dev!) Trent -- Trent Mick TrentM@ActiveState.com
[Trent Mick, pointing out that test_popen2 was busted on Windows]
Geez, you are fast Tim! (for others: he patched test_popen.py after I sent my email but before my email made it to python-dev!)
I hate to be honest, but I actually pointed out the test_popen2 failure on Python-Dev last week. However, I was On Vacation(tm) then, so thought merely mentioning it would shame someone else into fixing it. At this point, I'll happily settle for that somebody else eventually *noticed* it! our-windows-testing-dept-may-be-on-permanent-vacation-ly y'rs - tim
participants (2)
-
Tim Peters
-
Trent Mick