You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't advertise PYTHONLEGACYWINDOWSDLLLOADING that much, so
don't document it and note in the NEWS that we will remove it after
some time.
Also note that the old behaviour is a security issue.
Copy file name to clipboardExpand all lines: web/docs/python.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ if os.name == "nt" and sysconfig.get_platform().startswith("mingw"):
22
22
print("cpython-mingw detected!")
23
23
```
24
24
25
-
Unlike many other Windows packages in MSYS2, Python will not look for DLL dependencies in PATH by default, but requires directories to be explicitly added via `os.add_dll_directory()` at runtime. You can disable this behavior, and make it look in PATH, by setting the `PYTHONLEGACYWINDOWSDLLLOADING` environment variable to `1`.
26
-
27
25
### Known issues
28
26
29
27
* C extensions are not compatible with the official CPython, which means pip can't use binary wheels from PyPI and packages have to be build when installing them.
0 commit comments