Add additional test case + update missing del tests

This commit is contained in:
Joe Farebrother
2025-07-03 15:56:28 +01:00
parent c9932e187a
commit 9619ae8a2d
4 changed files with 30 additions and 8 deletions

View File

@@ -1 +1 @@
| missing_del.py:12:1:12:13 | class X3 | Class X3 may not be cleaned up properly as $@ is not called during deletion. | missing_del.py:9:5:9:22 | Function __del__ | method X2.__del__ |
| missing_del.py:13:1:13:13 | Class X3 | This class does not call $@ during destruction. ($@ may be missing a call to a base class __del__) | missing_del.py:9:5:9:22 | Function __del__ | X2.__del__ | missing_del.py:15:5:15:22 | Function __del__ | X3.__del__ |