Skip to content

COMPAT: 3.6.1 compat for change in PySlice_GetIndices_Ex #15790

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

Closed
wants to merge 2 commits into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 23, 2017

This doesn't actually matter to any tests except for some internal consistency ones.
Bonus is that it eliminates a warning :<

note that we aren't actually testing this (yet) on Travis as our 3.6 build uses conda-forge and 3.6.1 is not there as of yet. Its in defaults though (and shows up on appveyor build).

@jreback jreback added Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation labels Mar 23, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 23, 2017
@jreback jreback added the Testing pandas testing functions or related to the test suite label Mar 23, 2017
@codecov
Copy link

codecov bot commented Mar 23, 2017

Codecov Report

Merging #15790 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #15790      +/-   ##
==========================================
- Coverage   91.01%      91%   -0.02%     
==========================================
  Files         143      143              
  Lines       49400    49400              
==========================================
- Hits        44961    44954       -7     
- Misses       4439     4446       +7
Impacted Files Coverage Δ
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.86% <0%> (-0.1%) ⬇️
pandas/util/testing.py 80.85% <0%> (+0.18%) ⬆️

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 7fa7752...42ddddc. Read the comment docs.

@jreback jreback closed this in 39a46ff Mar 23, 2017
mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
This doesn't actually matter to any tests except for some internal
consistency ones.  Bonus is that it eliminates a warning :<    note
that we aren't actually testing this (yet) on Travis as our 3.6 build
uses conda-forge and 3.6.1 is not there as of yet. Its in defaults
though (and shows up on appveyor build).

Author: Jeff Reback <[email protected]>

Closes pandas-dev#15790 from jreback/py361 and squashes the following commits:

42ddddc [Jeff Reback] change to version < 3
d36902c [Jeff Reback] COMPAT: 3.6.1 compat for change in PySlice_GetIndices_Ex
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 Internals Related to non-user accessible pandas implementation Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant