-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Currently a venv created with --copies
or on Windows doesn't respect the sysconfig.is_python_build()
property of the creating interpreter. This leads to compilation errors when attempting to build extensions in the virtual environment.
Linked PRs
- GH-92897: schedule the check_home deprecation to 3.15 #129102
- [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) #130583
- [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) #130585
- gh-92897: Doc: the check_home removal has been scheduled for 3.15 #130586
- gh-92897: document removal of
check_home
inDoc/whatsnew/3.15.rst
#133815
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error