cpython/Misc/NEWS.d/next
Yury Selivanov a70232f288
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
asyncio.get_event_loop(), and, subsequently asyncio._get_running_loop()
are one of the most frequently executed functions in asyncio.  They also
can't be sped up by third-party event loops like uvloop.

When implemented in C they become 4x faster.
2017-12-13 14:49:42 -05:00
..
Build Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
C API bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 2017-12-12 13:55:04 +02:00
Core and Builtins bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) 2017-12-13 12:29:09 +01:00
Documentation Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
IDLE Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
Library bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) 2017-12-13 14:49:42 -05:00
macOS Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
Security Update PyDoc topics and NEWS blurbs for 3.7.0a1 2017-09-19 01:01:36 -04:00
Tests bpo-32252: Fix faulthandler_suppress_crash_report() (#4794) 2017-12-11 13:57:12 +01:00
Tools-Demos Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00
Windows Update NEWS and pydoc topics. 2017-12-05 03:17:33 -05:00