Skip to content

BUG: _cython_table bug fix #22110

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

Merged
merged 1 commit into from
Jul 29, 2018
Merged

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented Jul 29, 2018

#21224 introduced a bug, where the conftest._cython_table isn't sorted by the function's name, but by the functions class name (i.e. "function"). This can make the sorting indeterministic and make the build fail on Python 2.7 and 3.5 at times.

This PR makes the sort order follow the functions names again and therefore be deterministic.

@topper-123 topper-123 changed the title BUG: Cython table bug fix BUG: _cython_table bug fix Jul 29, 2018
@jreback
Copy link
Contributor

jreback commented Jul 29, 2018

lgtm ping on green

@codecov
Copy link

codecov bot commented Jul 29, 2018

Codecov Report

Merging #22110 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #22110   +/-   ##
=======================================
  Coverage   92.06%   92.06%           
=======================================
  Files         170      170           
  Lines       50705    50705           
=======================================
  Hits        46680    46680           
  Misses       4025     4025
Flag Coverage Δ
#multiple 90.47% <ø> (ø) ⬆️
#single 42.31% <ø> (ø) ⬆️

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 0b7a08b...0cddc82. Read the comment docs.

@topper-123
Copy link
Contributor Author

All green.

@jreback jreback merged commit 415a01e into pandas-dev:master Jul 29, 2018
@topper-123 topper-123 deleted the cython_table_bug_fix branch July 29, 2018 10:30
Sup3rGeo pushed a commit to Sup3rGeo/pandas that referenced this pull request Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants