This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients abbot, astrand, belopolsky, brian.curtin, dmalcolm, filippo, giampaolo.rodola, guettli, orsenthil, pitrou, r.david.murray, rnk, srid
Date 2010-07-20.21:14:40
SpamBayes Score 0.03400439
Marked as misclassified No
Message-id <1279660481.8.0.537329505027.issue5673@psf.upfronthosting.co.za>
In-reply-to
Content
You forgot "self." on at least lines 1042 and 1044 in Lib/subprocess.py -- multiple test failures occur on Windows 7 due to a NameError for the global stdout_thread not being defined. It seems "self." would also be needed on 1049 and 1053, but beyond adding those, the test suite seems to hang indefinitely on test_subprocess.
History
Date User Action Args
2010-07-20 21:14:42brian.curtinsetrecipients: + brian.curtin, guettli, astrand, belopolsky, orsenthil, pitrou, giampaolo.rodola, abbot, r.david.murray, rnk, srid, dmalcolm, filippo
2010-07-20 21:14:41brian.curtinsetmessageid: <1279660481.8.0.537329505027.issue5673@psf.upfronthosting.co.za>
2010-07-20 21:14:40brian.curtinlinkissue5673 messages
2010-07-20 21:14:40brian.curtincreate