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 r.david.murray
Recipients dgriff1, r.david.murray
Date 2009-10-23.17:09:41
SpamBayes Score 0.13004668
Marked as misclassified No
Message-id <1256317785.03.0.0363434419387.issue7193@psf.upfronthosting.co.za>
In-reply-to
Content
You are calling the 'run' method of your test class, which runs the
subprocess in the main thread.  Try calling t.start() instead.
History
Date User Action Args
2009-10-23 17:09:45r.david.murraysetrecipients: + r.david.murray, dgriff1
2009-10-23 17:09:45r.david.murraysetmessageid: <1256317785.03.0.0363434419387.issue7193@psf.upfronthosting.co.za>
2009-10-23 17:09:41r.david.murraylinkissue7193 messages
2009-10-23 17:09:41r.david.murraycreate