-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: RangeIndex.insert maintains RangeIndex when empty #57833
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
cc @WillAyd if you have time could you help look at the ASAN / UBSAN builds? It looks like recently they have been failing with |
That is definitely strange. Do you know when that first started? My guess is the error is coming from something in our conftest or a third party dependency, since it looks like it happens before the test suite even begins |
This commit on main looks like it was the first one to exhibit the failure (but doesn't look like these changes should have caused it?) 10f31f6 |
Yea that looks unrelated. Guessing it's a dependency version issue |
thx @mroeschke |
Discovered in #57441