]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136669: build `_asyncio` as static module (#136670)
authorKumar Aditya <kumaraditya@python.org>
Wed, 16 Jul 2025 16:39:08 +0000 (22:09 +0530)
committerGitHub <noreply@github.com>
Wed, 16 Jul 2025 16:39:08 +0000 (22:09 +0530)
commitb7d722547bcc9e92dca4837b9fdbe7457788820b
tree5b1a5eab2448d03d6a74362757f086f5e4698a69
parent69d8fe50ddc4dbe757c9929a532e2e882f0261ba
gh-136669: build `_asyncio` as static module (#136670)

`_asyncio` is now built as a static module so that thread states can be accessed directly via registers and avoids the overhead of function call.
Misc/NEWS.d/next/Library/2025-07-15-16-37-34.gh-issue-136669.Yexwah.rst [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_remote_debugging_module.c