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 Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-06.21:58:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJL3wsDEAVwecj8tdkWJrTVLghnZpcWm5i4nJLopVj54=w@mail.gmail.com>
In-reply-to <1462568456.34.0.0993207365605.issue26969@psf.upfronthosting.co.za>
Content
FWIW asyncio's own test suite makes sure that the loop is indeed passed
everywhere by setting the default loop to None. If a library chooses to
pass the loop around like this it should structure its tests the same way.
History
Date User Action Args
2016-05-06 21:58:50gvanrossumsetrecipients: + gvanrossum, vstinner, r.david.murray, yselivanov, Ilya.Kulakov
2016-05-06 21:58:50gvanrossumlinkissue26969 messages
2016-05-06 21:58:50gvanrossumcreate