-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
[BUG] change types to Py_ssize_t to fix #21905 #21923
Conversation
I've run the complete test suite on this. Everything passes beautifully. |
Codecov Report
@@ Coverage Diff @@
## master #21923 +/- ##
=======================================
Coverage 91.96% 91.96%
=======================================
Files 166 166
Lines 50323 50323
=======================================
Hits 46281 46281
Misses 4042 4042
Continue to review full report at Codecov.
|
@jbrockmendel : Can we add a |
I don't think so, the relevant bug was only introduced a few days ago. |
Is it possible to add 32-bit tests to the testing systems, to guard against similar bugs in the future? |
@topper-123 : I don't see why not. Feel free to propose some if you have ideas. |
@topper-123 might want to discuss in #13715. @jreback this should be good to go. |
uh, I 've never set such things up before, so it will proabbly take more time than I'd like. It's very seldom that things like this happen, so maybe it's so rare, that building it into the testing systems will be overkill? |
@topper-123 : Not overkill but not straightforward to do. I tried once emulating what |
32 bit testing happens on another CI on a daily basis it’s a PITA because it’s not easily testable (eg you can run your PR against it) - this is a limited of travis currently but haven’t put much effort because we should just drop 32 bit anyways OTOH datetime changes often force these 32 bugs to the surface |
Unless there’s an objection, let’s move the CI discussion to #13715 and push this bug fix through. |
ok I sorted the wheels CI, now its passing, except for 32-bit: https://travis-ci.org/MacPython/pandas-wheels/jobs/404670455 is this PR intended to fix these? |
Exactly. |
ok let's see. |
I just built the newest master release with this PR and tested it. Everything built correctly and all tests passed. |
May close #21905, will need to check with OP.