Skip to content

Conversation

jorisvandenbossche
Copy link
Member

Summary: this disables all chained assignment warnings in case of Python 3.14+, but afterwards #62070 will enable it again specifically for the chained setitem indexing.

@ngoldbaum I extracted the warning disable parts from #61950. I had removed it from that PR thinking we won't need it because of my follow-up PR #62070, but in the end we still need the disabling for the inplace methods (my PR for now only fixes the indexing cases), and we might also need it if we want to backport the python 3.14 support to 2.3.x

@jorisvandenbossche jorisvandenbossche added Indexing Related to indexing on series/frames, not to indexes themselves Copy / view semantics Python 3.14 labels Sep 12, 2025
@ngoldbaum
Copy link
Contributor

Thanks for leaving my authorship on one of the commits!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Copy / view semantics Indexing Related to indexing on series/frames, not to indexes themselves Python 3.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants