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 dmalcolm
Recipients abbot, astrand, dmalcolm, filippo, giampaolo.rodola, guettli, orsenthil, pitrou, r.david.murray, rnk, srid
Date 2010-07-02.00:17:47
SpamBayes Score 0.0041259676
Marked as misclassified No
Message-id <1278029880.26.0.503271748475.issue5673@psf.upfronthosting.co.za>
In-reply-to
Content
The patch has bitrotted somewhat; I've had a go at reworking it so it applies against the latest version of trunk (r82429).

All tests pass (or are skipped) on this x86_64 Linux box --with-pydebug (Fedora 13)

There are still some TODOs in the code:

Popen.wait():
  # TODO(rnk): Test this on Windows.

Popen._communicate():
            # TODO: Somebody needs to research what happens to those
            # threads if they are still running.  Also, what happens if
            # you close a file descriptor on Windows in one thread?
            # Will it interrupt the other, or does the other keep its
            # own handle?
History
Date User Action Args
2010-07-02 00:18:01dmalcolmsetrecipients: + dmalcolm, guettli, astrand, orsenthil, pitrou, giampaolo.rodola, abbot, r.david.murray, rnk, srid, filippo
2010-07-02 00:18:00dmalcolmsetmessageid: <1278029880.26.0.503271748475.issue5673@psf.upfronthosting.co.za>
2010-07-02 00:17:57dmalcolmlinkissue5673 messages
2010-07-02 00:17:57dmalcolmcreate