Revert "API: Make descr->f only accessible through PyDataType_GetArrFuncs"#25862
Revert "API: Make descr->f only accessible through PyDataType_GetArrFuncs"#25862
descr->f only accessible through PyDataType_GetArrFuncs"#25862Conversation
|
Not sure what is going on with CircleCI, but it isn't isolated to this PR. |
|
I spent some time this morning trying to sort out how we can both have So all-in-all, unless we can figure out how to expose |
|
The circleCI build is failing because the docs build depends on pandas and the pandas build is broken because of the change this PR is reverting: |
|
Thanks for investigating @ngoldbaum. Looks like CI is happy modulo the two failures we understand. |
|
Merging. @seberg let me know if you want to chat or another set of eyes on getting this change done once you're back. I'll manually trigger wheel builds after merging this. |
thanks |
|
Is this happening for numpy 2.0? I'm trying to figure out if I need to change pandas to adapt to this C API change or not. |
|
@ngoldbaum Is it possible to define the function in two places, perhaps with guards? |
Hmmm, I wonder if the old API made me miss things (macro rather than inline function use). What was the big issue here!? |
|
Yes, that’s right, I was trying to figure out how to get this to work without moving the functions. |
Reverts #25812