-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Ensure venv works with source builds when using --copies #92897
Copy link
Copy link
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
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
Currently a venv created with
--copiesor on Windows doesn't respect thesysconfig.is_python_build()property of the creating interpreter. This leads to compilation errors when attempting to build extensions in the virtual environment.Linked PRs
check_homeinDoc/whatsnew/3.15.rst#133815