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

Handle module __builtins__ both as dict or module #1107

Merged
merged 5 commits into from
Mar 15, 2024

Conversation

rffontenelle
Copy link
Contributor

@rffontenelle rffontenelle commented Mar 11, 2024

Fixes #1106

@CLAassistant
Copy link

CLAassistant commented Mar 11, 2024

CLA assistant check
All committers have signed the CLA.

@andynoack andynoack requested a review from jopohl March 13, 2024 10:57
setup.py Outdated Show resolved Hide resolved
Copy link
Owner

@jopohl jopohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. Please just add a short comment (see below) and this is good to go.

setup.py Outdated Show resolved Hide resolved
@rffontenelle
Copy link
Contributor Author

I see macOS keeps failing now and was not failing in other workflow runs, but I'm unable to find relation with this patch. Should we worry about it?

@jopohl
Copy link
Owner

jopohl commented Mar 14, 2024

Good catch. I just merged a fix for the macOS tests to master. Can you please merge it to your branch to ensure the CI is green afterwards?

@rffontenelle
Copy link
Contributor Author

rffontenelle commented Mar 14, 2024

Hmm I used GitHub sync fork button and a "merge" commit was added.

Want me to squash commits to keep git history clean? Alternatively, if you want it is possible to squash and merge once it is all good.

@jopohl
Copy link
Owner

jopohl commented Mar 15, 2024

All good, I'll just squash all your commits into one for clean history in URH. Thanks for working on this.

@jopohl jopohl merged commit 2f565c7 into jopohl:master Mar 15, 2024
10 checks passed
@rffontenelle rffontenelle deleted the handle_builtin_as_dict branch April 18, 2024 22:13
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.

AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
3 participants