-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
32bit32-bit systems32-bit systemsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Milestone
Description
This occurs on 32-bit linux, a slightly different ordering is returned from the hashtable. Only guess is that it is because the indexing is Py_ssize_t and this is hashed and has differing values. So the test should be slightly different for those platforms.
see test skipping here: d6c7a3a
Not a big deal, but here's the question. Should we guarantee these types of orderings, IOW, use a int64 instead of Py_ssize_t for indexing (on all platforms)?
Metadata
Metadata
Assignees
Labels
32bit32-bit systems32-bit systemsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite