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

Skip modules that don't have __dict__ attributes #17

Merged
merged 1 commit into from
Mar 1, 2020

Conversation

bobh66
Copy link
Contributor

@bobh66 bobh66 commented Mar 1, 2020

Fixes a problem with hpy() when coverage module is loaded, because it doesn't have a dict attribute.

Closes #16

@zhuyifei1999 zhuyifei1999 merged commit bde3223 into zhuyifei1999:master Mar 1, 2020
@hamada969
Copy link

hey @zhuyifei1999 @bobh66 any chance we get this fix released ? Want to avoid using the git hash in my pyproject.toml file :)

@zhuyifei1999
Copy link
Owner

Sure, let me figure out how to build a wheel on travis.

@hamada969
Copy link

thank you!!

@zhuyifei1999
Copy link
Owner

(done, and no problem)

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.

hpy() fails when "coverage" is loaded
3 participants