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 vxgmichel
Recipients Yury.Selivanov, gvanrossum, python-dev, r.david.murray, vstinner, vxgmichel, yselivanov
Date 2015-10-05.22:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444082970.06.0.678805709296.issue25304@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a patch that should sum up all the points we discussed.

I replaced the `call_soon_threadsafe` example with:
  loop.call_soon_threadsafe(callback, *args)
cause I couldn't find a simple specific usage. Let me know if you think of a better example.
History
Date User Action Args
2015-10-05 22:09:30vxgmichelsetrecipients: + vxgmichel, gvanrossum, vstinner, r.david.murray, Yury.Selivanov, python-dev, yselivanov
2015-10-05 22:09:30vxgmichelsetmessageid: <1444082970.06.0.678805709296.issue25304@psf.upfronthosting.co.za>
2015-10-05 22:09:30vxgmichellinkissue25304 messages
2015-10-05 22:09:30vxgmichelcreate