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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111262: Add PyDict_Pop() function [without default value nor KeyError] #112028

Merged
merged 9 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. pythongh-111262: Add PyDict_Pop() function

    _PyDict_Pop_KnownHash(): remove the default value and the return type
    becomes an int.
    
    Co-Authored-By: Stefan Behnel <stefan_ml@behnel.de>
    Co-authored-by: Antoine Pitrou <pitrou@free.fr>
    3 people committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1498269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae73490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f65c10f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9da06c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    343f75a View commit details
    Browse the repository at this point in the history
  6. Add tests

    vstinner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2170fc0 View commit details
    Browse the repository at this point in the history
  7. Enhance tests

    vstinner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c3b8bd2 View commit details
    Browse the repository at this point in the history
  8. Add more tests

    vstinner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a286604 View commit details
    Browse the repository at this point in the history
  9. Update doc

    vstinner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    229f524 View commit details
    Browse the repository at this point in the history