
Oct. 13, 2004
8:19 a.m.
Thomas Heller wrote:
(removing the pywin stuff from the module would hamper development of new features, and also make it harder to verify that the _subprocess module works as it should).
Hm, that what the tests are for, and not code that is never executed.
if you remove the _subprocess driver, it is executed. _subprocess is just a win32all emulator...
A working solution would be to comment out this stuff, or put it into an 'if 0:' block, in both cases one could easily activate it again for experimentation.
does py2exe support "if 0" blocks? </F>