Message 257984 - Python tracker (original) (raw)
Message257984
Author | yselivanov |
---|---|
Recipients | gvanrossum, vstinner, yselivanov |
Date | 2016-01-11.17:23:41 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1452533022.97.0.443242974791.issue26081@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:23:44 | yselivanov | set | recipients: + yselivanov, gvanrossum, vstinner |
2016-01-11 17:23:42 | yselivanov | set | messageid: 1452533022.97.0.443242974791.issue26081@psf.upfronthosting.co.za |
2016-01-11 17:23:42 | yselivanov | link | issue26081 messages |
2016-01-11 17:23:42 | yselivanov | create |