-
Notifications
You must be signed in to change notification settings - Fork 189
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
Inconsistency with sys.version_info
#666
Comments
On Python 3 it is a named tuple that is getting converted to tuple. Just do |
Thanks. That is helpful. Should the automatic conversion be changed to convert Python named tuples into Julia |
Thanks for the link. Since there is a way to get consistent behaviour using |
In Python 3.7.2:
Using PyCall 1.90.0:
Things get stranger when switching to Python 2:
The text was updated successfully, but these errors were encountered: