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

Move overload of literal_unroll to avoid circular dependency that breaks Python 2.7 #4955

Merged
merged 1 commit into from Dec 13, 2019

Conversation

seibert
Copy link
Contributor

@seibert seibert commented Dec 12, 2019

Python 3 doesn't seem to mind, but Python 2.7 can't resolve this dependency. Moved the overload of literal_unroll to the same location and literally and renamed the file to be more generic.

@seibert seibert added this to the Numba 0.47 RC milestone Dec 12, 2019
@seibert
Copy link
Contributor Author

seibert commented Dec 12, 2019

Internal CI: numba_smoketest_cpu_2

@stuartarchibald
Copy link
Contributor

Thanks for the fix. Happy to merge. But I do wonder how this passed CI in the first place? Perhaps the 2.7 build missed it in its slice?

@stuartarchibald stuartarchibald added 5 - Ready to merge Review and testing done, is ready to merge and removed 3 - Ready for Review labels Dec 13, 2019
@stuartarchibald stuartarchibald merged commit 71ebcc9 into numba:master Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants