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 pitrou
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-09-04.22:55:55
SpamBayes Score 1.2230911e-08
Marked as misclassified No
Message-id <1220568957.65.0.348800629061.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, with this patch the test passes under py3k.

Apart from the trivial typo (_Thread__stopped -> _stopped), I had to
change print("...") to os.write(1, b"...\n") in the tests as otherwise
subprocess wouldn't receive any output from the third test (buffering
problem? I don't know really).

I also added the ident fix I had already suggested in _after_fork(). If
you put a print statement at this point you'll see the old and the new
value are not the same.
History
Date User Action Args
2008-09-04 22:55:57pitrousetrecipients: + pitrou, gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, benjamin.peterson, jnoller
2008-09-04 22:55:57pitrousetmessageid: <1220568957.65.0.348800629061.issue874900@psf.upfronthosting.co.za>
2008-09-04 22:55:57pitroulinkissue874900 messages
2008-09-04 22:55:56pitroucreate