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 gvanrossum
Recipients Justin Mayfield, gvanrossum, thehesiod, vstinner, yselivanov
Date 2015-11-19.18:40:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447958449.73.0.0317999191059.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
New patch. Update test_utils.run_once() to use the recommended idiom. On second thought I don't like issuing a warning when stop() is called before the loop runs -- a warning seems overkill for something so minor. But I'm okay with no longer recommending the idiom.
History
Date User Action Args
2015-11-19 18:40:49gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, thehesiod, Justin Mayfield
2015-11-19 18:40:49gvanrossumsetmessageid: <1447958449.73.0.0317999191059.issue25593@psf.upfronthosting.co.za>
2015-11-19 18:40:49gvanrossumlinkissue25593 messages
2015-11-19 18:40:49gvanrossumcreate