Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Jul 2, 2019

warning: pandas/_libs/tslib.pyx:724:49: Buffer unpacking not optimized away.
warning: pandas/_libs/tslib.pyx:724:49: Buffer unpacking not optimized away.

the error is due to a cdef inline function which uses ndarray[object]. The function has one caller, and it isn't in any perf-critical inner-loop, so the inline isn't important. Remove it and avoid warning during cythonization.

@jreback jreback added the Build Library building on various platforms label Jul 2, 2019
@jreback jreback added this to the 0.25.0 milestone Jul 2, 2019
@jreback jreback merged commit 647c635 into pandas-dev:master Jul 3, 2019
@jreback
Copy link
Contributor

jreback commented Jul 3, 2019

you don't need to rebase things; they are squashed on merge; also pls don't force push generally as it makes reviewing harder (doesn't matter here).

@ghost ghost deleted the fix_warning branch July 3, 2019 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant