]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97696: Use `PyObject_CallMethodNoArgs` and inline is_loop_running check in `_async...
authorItamar Ostricher <itamarost@gmail.com>
Sun, 7 May 2023 04:25:45 +0000 (21:25 -0700)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 04:25:45 +0000 (09:55 +0530)
commitc53547c907371be53c8016145d73ba4ea0a22756
treef7aff860b3c26def2891da7547370bce65fb33cf
parentb35711d17a90251bdd57d255090e07daafe89f6c
gh-97696: Use `PyObject_CallMethodNoArgs` and inline is_loop_running check in `_asyncio` (#104255)
Modules/_asynciomodule.c