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 gregory.p.smith
Recipients Rhamphoryncus, amaury.forgeotdarc, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-07-12.22:22:52
SpamBayes Score 1.8436393e-05
Marked as misclassified No
Message-id <1215901376.86.0.175759321511.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
and a few more bugs.  a new patch is attached.  With this applied,
pitrou's fork_threading.py bug demonstration script finally does the
right thing.

test_threading, including the new deadlock tests, and
test_multiprocessing both pass.

Tested on x86 MacOS X 10.4 & x86 Ubuntu 8.04.

Would someone please try this on other platforms?

(The new threading test's use of subprocess with [sys.executable, '-c',
"""long script"""] makes me slightly nervous about portability outside
of Linux and BSD.)
History
Date User Action Args
2008-07-12 22:22:57gregory.p.smithsetspambayes_score: 1.84364e-05 -> 1.8436393e-05
recipients: + gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, pitrou, jnoller
2008-07-12 22:22:56gregory.p.smithsetspambayes_score: 1.84364e-05 -> 1.84364e-05
messageid: <1215901376.86.0.175759321511.issue874900@psf.upfronthosting.co.za>
2008-07-12 22:22:56gregory.p.smithlinkissue874900 messages
2008-07-12 22:22:55gregory.p.smithcreate