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

[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… #106041

Merged
merged 1 commit into from
Jun 24, 2023

Commits on Jun 23, 2023

  1. [3.12] pythongh-106033: Get rid of new occurrences of PyDict_GetItem …

    …and PyObject_HasAttr (pythonGH-106034)
    
    These functions are broken by design because they discard any exceptions raised
    inside, including MemoryError and KeyboardInterrupt.  They should not be
    used in new code.
    (cherry picked from commit 1d33d53)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    serhiy-storchaka committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4224df2 View commit details
    Browse the repository at this point in the history