Uh oh!
There was an error while loading. Please reload this page.
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython - #24550
Conversation
Move non-limited C API headers pyarena.h, pyctype.h into Include/cpython.
vstinner
commented
Feb 16, 2021
Can you please add a NEWS entry in the C API to mention that pytime.h, pyarena.h and pyctype.h headers were moved into the cpython/ directory and must not be included directly: they are already included by Python.h. You can add a |
nw0
commented
Feb 17, 2021
Updated. Thanks for your review! |
vstinner
commented
Feb 17, 2021
Merged, thanks! |
…thonGH-24550) Move non-limited C API headers pyarena.h and pyctype.h into Include/cpython/ directory.
Move non-limited C API headers pyarena.h, pyctype.h into
Include/cpython.
In the same vein as previous PRs by @vstinner.
https://bugs.python.org/issue35134