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-114329: Add PyList_GetItemRef function #114504

Merged
merged 6 commits into from
Feb 2, 2024
Merged

Commits on Jan 23, 2024

  1. pythongh-114329: Add PyList_GetItemRef function

    The new `PyList_GetItemRef` is similar to `PyList_GetItem`, but returns
    a strong reference instead of a borrowed reference. Additionally, if the
    passed "list" object is not a list, the function sets a `TypeError`
    instead of calling `PyErr_BadInternalCall()`.
    colesbury committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f96d08 View commit details
    Browse the repository at this point in the history
  2. Run regen-limited-abi

    colesbury committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8c92a40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1761633 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Changes from review

    colesbury committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b91363f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c045495 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Erlend E. Aasland <[email protected]>
    colesbury and erlend-aasland authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dae4945 View commit details
    Browse the repository at this point in the history