BUG: build failure on PyPy in hash functions · Issue #42355 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
The PyPy builds on conda-forge are failing with
In file included from pandas/_libs/algos.c:663:
pandas/_libs/src/klib/khash_python.h: In function 'complexobject_hash':
pandas/_libs/src/klib/khash_python.h:282:38: error: '_PyHASH_IMAG' undeclared (first use in this function)
282 | Py_uhash_t combined = realhash + _PyHASH_IMAG * imaghash;
| ^~~~~~~~~~~~
pandas/_libs/src/klib/khash_python.h:282:38: note: each undeclared identifier is reported only once for each function it appears in