You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments