| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Move non-limited C API headers pyarena.h, pyctype.h into Include/cpython.
|
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 :ref:`Include Files <api-includes>` link to https://docs.python.org/dev/c-api/intro.html#include-files. |
Sorry, something went wrong.
Updated. Thanks for your review! |
Sorry, something went wrong.
|
Merged, thanks! |
Sorry, something went wrong.
…thonGH-24550) Move non-limited C API headers pyarena.h and pyctype.h into Include/cpython/ directory.
| Back | FazBrowse Home | New Git URL |
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