Merge pull request #19932 from joefarebrother/python-qual-init-del-calls

Python: Modernize 4 queries for missing/multiple calls to init/del methods
This commit is contained in:
Joe Farebrother
2025-09-08 09:29:38 +01:00
committed by GitHub
49 changed files with 956 additions and 608 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The queries `py/missing-call-to-init`, `py/missing-calls-to-del`, `py/multiple-calls-to-init`, and `py/multiple-calls-to-del` queries have been modernized; no longer relying on outdated libraries, producing more precise results with more descriptive alert messages, and improved documentation.