You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ``build-details.json`` generation to use ``INCLUDEPY``, in order to
reference the ``pythonX.Y`` subdirectory of the include directory, as
required in :pep:`739`, instead of the top-level include directory.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Sorry I didn't notice this while fixing #134455 but
c_api.headers
key contains the path to top-level system include directory, i.e.:while according to the examples in PEP 739, it should contain the path to the
pythonX.Y
directory:CPython versions tested on:
3.14, CPython main branch
Operating systems tested on:
Linux
Linked PRs
build-details.json
to useINCLUDEPY
path #134633The text was updated successfully, but these errors were encountered: