Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented set_python_build function that is undefined? #286

Open
jakirkham opened this issue Aug 26, 2024 · 2 comments
Open

Documented set_python_build function that is undefined? #286

jakirkham opened this issue Aug 26, 2024 · 2 comments

Comments

@jakirkham
Copy link

In the docs here (see below) and the legacy CPython docs, set_python_build is covered

.. function:: set_python_build()
Inform the :mod:`distutils.sysconfig` module that it is being used as part of
the build process for Python. This changes a lot of relative locations for
files, allowing them to be located in the build area rather than in an installed
Python.

However am not seeing it defined in the code here. It looks like CPython may have removed this a long time ago ( python/cpython#36488 ). If so, would it make sense to drop it from the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@jakirkham and others