-
Notifications
You must be signed in to change notification settings - Fork 20
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
pytypes is_of_type: counter-intuitive result on semi-primitive types like list and dict #101
Comments
I think the rationale is that That said, note that Python 3.9 is not supported, honestly so far I did not even check it out. Python 3.7 and 3.8 are almost fully supported on current master version, however not in 1.0b5. The latest release just supports Python 3.6. |
The issue here is that the types are supplied by users of my library, and having |
I claim they are supported, and what you observe is correct behavior.
Changing For the |
In case you don't already know this trick: You can install current master via pip like explained here. It should also be possible to specify it as a dependency this way. |
It occurred to me that this is much the same issue as described in #76. The actual issue is that |
Python 3.9.0
PyTypes 1.0b5
The text was updated successfully, but these errors were encountered: