-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Switch more size_t references to int64_t #20786
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
Conversation
While I agree with @jeffknupp's comment in #17063 that we should really be using |
This patch seems to fix the issue on 32-bit big-endian, I'm running some tests now to make sure it doesn't break anywhere else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks fine. can u add a whatsnew note (u can put in bug fix io section)
Codecov Report
@@ Coverage Diff @@
## master #20786 +/- ##
=======================================
Coverage 91.84% 91.84%
=======================================
Files 153 153
Lines 49305 49305
=======================================
Hits 45286 45286
Misses 4019 4019
Continue to review full report at Codecov.
|
All tests OK on this side, and I added a whatsnew note. |
look good. ping on green. |
ping |
thanks @ginggs |
closes #20785
git diff upstream/master -u -- "*.py" | flake8 --diff