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 abuseag_code
test_wait_for_race_condition test
_ensure_future in favor of ensure_future in asyncio
TestGetAsyncGenState on wasm as it requires working sockets
Lib/ directory
test_typing highlighted by pyflakes
SystemError when a callable iterator call exhausts the iterator (GH-101896)
os.dup2 error reporting for negative fds (GH-102180)
os.dup2 error reporting for negative fds (GH-102180)
SystemError when a callable iterator call exhausts the iterator (GH-101896)
PyObject_CopyData are PyObject * (GH-102390)
PyObject_CopyData are PyObject *
The following code segfaults the interpreter on Linux. Tested on current main. import gc import _thread gc.set_threshold(1, 0, 0) def cb(*args): _t…