Merge pull request #19554 from joefarebrother/python-qual-iter-not-return-self

Python: Modernize iter not returning self query
This commit is contained in:
Joe Farebrother
2025-06-13 13:13:31 +01:00
committed by GitHub
9 changed files with 144 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `py/iter-returns-non-self` query has been modernized, and no longer alerts for certain cases where an equivalent iterator is returned.