Commit e6c76e0
Guard isinstance against dead weakref proxies in _dispose_sqlite_engines
gc.get_objects() can include dead weakref proxies, whose isinstance() raises
ReferenceError. The check sat outside the try/except, so it escaped and errored
the FL tests on Linux (full-dep ubuntu-latest). Move it inside the guard.
Signed-off-by: Lawson Darrow <lawson.darrow@gmail.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6171526 commit e6c76e0
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
202 | 204 | | |
203 | 205 | | |
204 | 206 | | |
| |||
0 commit comments