-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: 32 bit build does not work with -Werror #46360
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
For reference: support for Linux 32bit will be dropped somewhere in the future. |
@DriesSchaumont It is still tested for in CI though https://github.com/pandas-dev/pandas/blob/main/azure-pipelines.yml#L35 |
Woops. My bad. |
But we aren't testing Windows 32 bit although that other thread says it's supported 🤔 |
Overall our support for 32 bit is very flimsy. We skip/xfail some tests to make the CI green... |
Pandas version checks
Reproducible Example
Issue Description
Issue seems to be that this
range
has a signed int counter that is compare to an unsigned int limit:pandas/pandas/_libs/hashtable_func_helper.pxi.in
Line 89 in 48d5159
pandas/pandas/_libs/hashtable_func_helper.pxi.in
Line 39 in 48d5159
The text was updated successfully, but these errors were encountered: