Commit e80add5
committed
CHANGE: The test failure is due to a Django test (test_pickle_errors_detection) that expects a TypeError when unpickling a custom exception, but in Python 3.14, the exception is now picklable, causing the assertion to fail.
1 parent 5e5702e commit e80add5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments