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 yselivanov
Recipients Yury.Selivanov, gvanrossum, python-dev, r.david.murray, vstinner, vxgmichel, yselivanov
Date 2015-10-05.16:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444064350.95.0.369173594366.issue25304@psf.upfronthosting.co.za>
In-reply-to
Content
>> Should I add a note to explain why the loop argument has to be explicitly
passed? (there is a note at the beginning of the `task functions` section
stating "In the functions below, the optional loop argument ...")

> Oh, that's a good idea. It's sort of clear because it starts with "from a
different thread" but it doesn't hurt to say the same thing in different
ways, because it's an easy mistake to make.

Can we make 'loop' a required argument (no default None value)?
History
Date User Action Args
2015-10-05 16:59:11yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, Yury.Selivanov, python-dev, vxgmichel
2015-10-05 16:59:10yselivanovsetmessageid: <1444064350.95.0.369173594366.issue25304@psf.upfronthosting.co.za>
2015-10-05 16:59:10yselivanovlinkissue25304 messages
2015-10-05 16:59:10yselivanovcreate