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 gvanrossum, socketpair, vstinner, yselivanov
Date 2016-01-11.17:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452533008.31.0.364970011788.issue26050@psf.upfronthosting.co.za>
In-reply-to
Content
Some info on this: https://github.com/python/asyncio/issues/282#issuecomment-155957235  Long story short, Future implemented in C can speedup some asyncio code up to 25%.

I'm attaching a patch with a WIP implementation.  There are some failing assertions deep in GC, which I need to track down.  'Future.remove_done_callback' still needs to be properly implemented.
History
Date User Action Args
2016-01-11 17:24:01yselivanovunlinkissue26050 messages
2016-01-11 17:23:28yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, socketpair
2016-01-11 17:23:28yselivanovsetmessageid: <1452533008.31.0.364970011788.issue26050@psf.upfronthosting.co.za>
2016-01-11 17:23:28yselivanovlinkissue26050 messages
2016-01-11 17:23:28yselivanovcreate