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

hooks: update clr hook for PyInstaller 5.1 compatibility #444

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

rokm
Copy link
Member

@rokm rokm commented Jun 9, 2022

Add platform and warnings to hidden imports; previously, these were collected as part of pickle -> doctest -> ... optional import chain, which was removed in pyinstaller/pyinstaller#6798.

Fixes pyinstaller/pyinstaller#6882.

@rokm
Copy link
Member Author

rokm commented Jun 9, 2022

Here is a "before" oneshot test, which reproduces pyinstaller/pyinstaller#6882.

Add `platform` and `warnings` to hidden imports; previously, these
were collected as part of `pickle` -> `doctest` -> ... optional
import chain, which was removed in pyinstaller/pyinstaller#6798.
@rokm rokm merged commit 350b37d into pyinstaller:master Jun 9, 2022
@rokm rokm deleted the fix-clr-hook branch June 9, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AccessViolationException when importing clr
2 participants