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.17:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447954171.65.0.230620530615.issue25593@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a better patch.

- Renamed _stopped to _stopping.
- Restore test_utils.run_once() and add a test for it.
- Change logic so if _stopping is True upon entering run_forever(), it will run once.

Please try it out!!
History
Date User Action Args
2015-11-19 17:29:31gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, thehesiod, Justin Mayfield
2015-11-19 17:29:31gvanrossumsetmessageid: <1447954171.65.0.230620530615.issue25593@psf.upfronthosting.co.za>
2015-11-19 17:29:31gvanrossumlinkissue25593 messages
2015-11-19 17:29:31gvanrossumcreate