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 jaredgrubb
Recipients jaredgrubb
Date 2008-03-11.16:46:12
SpamBayes Score 0.42566538
Marked as misclassified No
Message-id <1205253975.75.0.189662720786.issue2273@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib\test\test_decimal.py, attached is a bugfix for two bugs:
1) If the thfunc2 actually fails, then its thread will throw an
exception and never set the Events that thfunc1 is waiting for; thus,
thfunc1 never returns, causing the whole unittest to hang.
2) DecimalUseOfContextTest.test_threading should wait on both finish1
and finish2 (instead of waiting on finish1 twice).
History
Date User Action Args
2008-03-11 16:46:16jaredgrubbsetspambayes_score: 0.425665 -> 0.42566538
recipients: + jaredgrubb
2008-03-11 16:46:15jaredgrubbsetspambayes_score: 0.425665 -> 0.425665
messageid: <1205253975.75.0.189662720786.issue2273@psf.upfronthosting.co.za>
2008-03-11 16:46:13jaredgrubblinkissue2273 messages
2008-03-11 16:46:13jaredgrubbcreate