]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97696: Remove redundant #include (#104216)
authorJacob Bower <1978924+jbower-fb@users.noreply.github.com>
Fri, 5 May 2023 23:50:06 +0000 (16:50 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 23:50:06 +0000 (16:50 -0700)
commit8b7f37dd4c297138e9f4a256ff6750cf1402b421
tree6d787a13cb1af00cb562a74df51347ce7c3b1f5f
parent52d8f36e8c9f6048367d7bdfede3698e3f5f70d0
gh-97696: Remove redundant #include (#104216)

Remove "#include cpython/context.h"` from `_asynciomodule.c`.

It's already included in `Python.h`.
Modules/_asynciomodule.c