Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-118331: Handle errors in _PyObject_SetManagedDict #118334

Merged
merged 2 commits into from Apr 29, 2024

Commits on Apr 26, 2024

  1. pythongh-118331: Handle errors in _PyObject_SetManagedDict

    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.
    colesbury committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e8451c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Add assertions

    colesbury committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8cf397e View commit details
    Browse the repository at this point in the history