Skip to content

Commit

Permalink
Add more details to comment regarding os.add_dll_directory() bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Oct 19, 2023
1 parent c3be112 commit bf653df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions delvewheel/_wheel_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
# vendored DLLs is added to the DLL search path. For Python 3.7 or lower, this
# function is unavailable, so we preload the DLLs. Whenever Python needs a
# vendored DLL, it will use the already-loaded DLL instead of searching for it.
# We also preload the DLLs for Anaconda Python < 3.10, which has a bug where
# os.add_dll_directory() does not always take effect.
# We also preload the DLLs for the versions of Anaconda Python < 3.10 that have
# a bug where os.add_dll_directory() does not always take effect
# (https://github.com/conda/conda/issues/10897).
#
# The template must produce Python code that is compatible with Python 2.6, the
# oldest supported target Python version.
Expand Down

0 comments on commit bf653df

Please sign in to comment.