Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b7f37d

Browse files
authored
gh-97696: Remove redundant #include (#104216)
Remove "#include cpython/context.h"` from `_asynciomodule.c`.It's already included in `Python.h`.
1 parent52d8f36 commit8b7f37d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Modules/_asynciomodule.c‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include"pycore_runtime_init.h"// _Py_ID()
99
#include"pycore_moduleobject.h"// _PyModule_GetState()
1010
#include"structmember.h"// PyMemberDef
11-
#include"cpython/context.h"
1211
#include<stddef.h>// offsetof()
1312

1413

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp