Closed
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