mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
It's not needed to declare it in Include/iterobject.h: just use "extern" where it's used (only in object.c).
This commit is contained in:
parent
39506ee565
commit
301eb7e607
4 changed files with 7 additions and 10 deletions
|
@ -69,7 +69,6 @@ def preprocess(filename,
|
|||
cwd = os.path.abspath(cwd or '.')
|
||||
filename = _normpath(filename, cwd)
|
||||
|
||||
print(filename)
|
||||
postargs = POST_ARGS
|
||||
if os.path.basename(filename) not in USE_LIMITED_C_API:
|
||||
postargs += ('-DPy_BUILD_CORE=1',)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue