Skip to content
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

COMPAT: PySlice_GetIndicesEx is a macro on PyPy #16194

Merged
merged 1 commit into from
May 2, 2017

Conversation

mattip
Copy link
Contributor

@mattip mattip commented May 2, 2017

the fix for issue #15961 broke compatibility with PyPy. This pull request fixes it (fixed formatting for linter)

@codecov
Copy link

codecov bot commented May 2, 2017

Codecov Report

Merging #16194 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16194      +/-   ##
==========================================
+ Coverage   90.86%   90.86%   +<.01%     
==========================================
  Files         162      162              
  Lines       50862    50862              
==========================================
+ Hits        46215    46216       +1     
+ Misses       4647     4646       -1
Flag Coverage Δ
#multiple 88.64% <ø> (ø) ⬆️
#single 40.3% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/common.py 91.03% <0%> (+0.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 217864e...3b29ff3. Read the comment docs.

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label May 2, 2017
@jreback jreback added this to the 0.20.0 milestone May 2, 2017
@jreback jreback merged commit 2471967 into pandas-dev:master May 2, 2017
@jreback
Copy link
Contributor

jreback commented May 2, 2017

thanks!

pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants