Commit 3a0deb4
committed
fix: re-raise MemoryError and RecursionError in settings fallback
Bare 'except Exception' swallows MemoryError and RecursionError
which inherit from Exception. Re-raise them per project convention
(PEP 758 syntax).1 parent 39ab243 commit 3a0deb4
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
| 883 | + | |
882 | 884 | | |
883 | 885 | | |
884 | 886 | | |
| |||
0 commit comments