Python 3.11 on Windows prioritises registry paths over build directory #101543
Labels
3.11
bug and security fixes
3.12
new features, bug and security fixes
needs backport to 3.11
bug and security fixes
OS-windows
If you have Python 3.11 installed by the EXE installer, and then build from source and run it from the build directory, it will detect and use the installed stdlib rather than its own.
I believe this is a regression since 3.11.1, so it hasn't shipped yet. But since it only matters in a build directory, that doesn't really matter anyway.
Linked PRs
The text was updated successfully, but these errors were encountered: