Hi there 👋
🔭 I’m currently working on cpython🌱 I’m currently learning x86-64 assembly👯 I’m looking to collaborate on python💬 Ask me about python😄 Pronouns: he/him

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseasyncio_tcp benchmark
From python/cpython#91166 We can show off this optimization as part of 3.12 performance improvement :)
asyncio.get_running_loop
*args parsing
asyncio transport sockets
asyncio subprocess tests
asyncio subprocess losing stderr and stdout output
_wrap_awaitable as a coroutine in asyncio internally
yield from usage from asyncio tests
time.sleep from test_fork_signal_handling
asyncio subprocess tests
asyncio transport sockets
_ctypes.CField (GH-14837)
msvcrt_get_osfhandle_impl
dis._find_imports
asyncio subprocess losing stderr and stdout output (GH-100154)
_ctypes.CField
PY_VERSION_HEX for version comparison (GH-100179)
PyMethodDef members (GH-100089)
asyncio.get_running_loop
asyncio.get_running_loop is one of the most performance critical functions in asyncio. With #66285 the running loop can be reset in the fork handle…