| commit | 79688b5b0ea761183193ffb0859415f3b02fa44d | [log] [tgz] |
|---|---|---|
| author | Sam Gross <colesbury@gmail.com> | Mon Apr 29 15:49:01 2024 -0400 |
| committer | GitHub <noreply@github.com> | Mon Apr 29 15:49:01 2024 -0400 |
| tree | e194d6bfee8402b768741968b3753f526493e02f | |
| parent | ee3413c1c70725e133b29bb1d245f569a8f64062 [diff] |
gh-118331: Handle errors in _PyObject_SetManagedDict (#118334) When detaching a dict, the `copy_values` call may fail due to out-of-memory errors. This can be triggered by test_no_memory in test_repl.