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 gvanrossum, python-dev, vstinner, yselivanov
Date 2015-12-20.06:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450594045.59.0.132787748758.issue22429@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW I think this is now fixed differently, because we reimplemented stop() to use a flag on the loop that's checked by _run_once(), rather than raising an exception. _run_until_complete_cb() can be reduced to simply call fut._loop.stop(). (At least, all tests still pass. :-)
History
Date User Action Args
2015-12-20 06:47:25gvanrossumsetrecipients: + gvanrossum, vstinner, python-dev, yselivanov
2015-12-20 06:47:25gvanrossumsetmessageid: <1450594045.59.0.132787748758.issue22429@psf.upfronthosting.co.za>
2015-12-20 06:47:25gvanrossumlinkissue22429 messages
2015-12-20 06:47:25gvanrossumcreate