-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
test_collections_hashable fails on windows python 3.4 #5647
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
Comments
Not on the top of my head. The isinstance check is False as expected everywhere else, correct ? |
I also see this in Python 2.7.5 with numpy built from a more or less recent master, using 32 bit MinGW. It is only the |
Python's test for "hashability" is at https://hg.python.org/cpython/file/c7273b46980c/Lib/_collections_abc.py#l73.
Relevant Python docs: |
Marking this as something to take another look at for the 1.10 release. |
What has happened with this? Anyone. We don't see errors on AppVeyor. |
Closing, it seems the actual issue is lost in the haze of time. If needed please open a new issue with a reproducer. |
test introduced in gh-5326
isinstance(np.array([]), collections.Hashable) is true on windows python 3.4.3 built with msvc
though what is weird that both hash(x) and x.hash() raise an exception as expected, no clue whats going on.
@cournape any idea?
The text was updated successfully, but these errors were encountered: