Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Workaround for loading bundled DLLs (#4893) #5094

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

malfet
Copy link
Contributor

@malfet malfet commented Dec 13, 2021

  • [Windows] Workaround for loading bundled DLLs

Python-3.8+ adds add_dll_directory call, see https://docs.python.org/3/whatsnew/3.8.html#ctypes
Simulate this behaviour on older versions of Python runtime by calling
LoadLibraryExW with the appropriate flags

Fixes #4787

* [Windows] Workaround for loading bundled DLLs

Python-3.8+ adds `add_dll_directory` call, see https://docs.python.org/3/whatsnew/3.8.html#ctypes
Simulate this behaviour on older versions of Python runtime by calling
`LoadLibraryExW` with the appropriate flags

Fixes #4787
@seemethere seemethere merged commit e7ec7e2 into release/0.11 Dec 13, 2021
@facebook-github-bot
Copy link

facebook-github-bot commented Dec 14, 2021

💊 CI failures summary and remediations

As of commit 25d5ed6 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@malfet malfet deleted the malfet/cp-4893 branch December 28, 2021 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants