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

depend: ensure PyiModuleGraph.get_collected_packages returns plain strings #7517

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

rokm
Copy link
Member

@rokm rokm commented Mar 25, 2023

Explicitly convert node.identifier to plain str to avoid later marshal errors when node.identifier happens to be an instance of modulegraph.Alias.

Fixes #7515.

…rings

Explicitly convert `node.identifier` to plain `str` to avoid
later marshal errors when `node.identifier` happens to be
an instance of `modulegraph.Alias`.

Fixes pyinstaller#7515.
@Legorooj Legorooj enabled auto-merge (squash) March 25, 2023 11:22
@Legorooj Legorooj merged commit 92ac140 into pyinstaller:develop Mar 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2023
@rokm rokm deleted the fix-7515 branch July 1, 2023 10:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marshal error passing modulegraph.Alias() to find_binary_dependencies()
2 participants