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-99240: Fix double-free bug in Argument Clinic str_converter generated code #99241

Merged
merged 13 commits into from
Nov 24, 2022

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    06b9d4a View commit details
    Browse the repository at this point in the history
  2. Add News

    colorfulappl committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    67c3078 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Use walrus operator

    colorfulappl committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    cf16400 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    adce0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae2aea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3595e1 View commit details
    Browse the repository at this point in the history
  4. Simplify news

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    colorfulappl and erlend-aasland authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    946ad3f View commit details
    Browse the repository at this point in the history
  5. Delete unnecessary function doc

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    colorfulappl and erlend-aasland committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7767139 View commit details
    Browse the repository at this point in the history
  6. Simplify function doc

    Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    colorfulappl and erlend-aasland committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    9d08af5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa218c4 View commit details
    Browse the repository at this point in the history
  8. Polish comment

    colorfulappl committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    485c7aa View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into fix_ac_str_converter_cleanup

    # Conflicts:
    #	Lib/test/test_clinic.py
    #	Modules/_testclinic.c
    #	Modules/clinic/_testclinic.c.h
    colorfulappl committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    18ae693 View commit details
    Browse the repository at this point in the history
  10. Rerun make clinic

    colorfulappl committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    aea779f View commit details
    Browse the repository at this point in the history