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-112066: Use PyDict_SetDefaultRef in place of PyDict_SetDefault. #112211

Merged
merged 3 commits into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. pythongh-112066: Use PyDict_SetDefaultRef in place of `PyDict_SetDe…

    …fault`.
    
    This changes a number of internal usages of `PyDict_SetDefault` to
    use `PyDict_SetDefaultRef`.
    colesbury committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    14a00f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654347a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update Python/compile.c

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    colesbury and erlend-aasland committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    db6f518 View commit details
    Browse the repository at this point in the history