]> granicus.if.org Git - python/commit
Fix test_popen2 on Windows, recently broken by changes to the dict(!)
authorTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 06:51:24 +0000 (06:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 1 Sep 2000 06:51:24 +0000 (06:51 +0000)
commit736aa32a39d1c7afb5f3298fd0e13c51754546c7
tree89af20c495ce16d813223955201418b7503980d0
parent5bf94a0b772276548781ec6c29c3bd1cc96115d7
Fix test_popen2 on Windows, recently broken by changes to the dict(!)
implementation.  You don't want to know.  I've asked Guido to give this
a critical review (we agreed on the approach, but the implementation
proved more ... interesting ... than anticipated).  This will almost
certainly be the highlight of Mark Hammond's day <wink>.
Modules/posixmodule.c