python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

Make __format_callbacks slightly faster #457

Closed illia-v closed 7 years ago

1st1 commented 7 years ago

Thanks for trying to improve the code!

In 3.6 we re-implemented Futures in C, and this code has been changed. If you want to see if your optimization still applies, please check that out and submit a patch on bugs.python.org. Closing this PR.