8000 gh-99240: Fix double-free bug in Argument Clinic str_converter generated code by colorfulappl · Pull Request #99241 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99240: Fix double-free bug in Argument Clinic str_converter generated code #99241

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

Merged
merged 13 commits into from
Nov 24, 2022
Merged
Prev Previous commit
Next Next commit
Simplify news
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
colorfulappl and erlend-aasland authored Nov 24, 2022
commit 946ad3f8f009f0ec2009f291989aafe8a4472c43
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Add "post_parsing" section to Argument Clinic generated code.
Fix double-free bug in Argument Clinic str_converter generated code by
moving memory clean up out of "exit" label.
Fix double-free bug in Argument Clinic ``str_converter`` by
extracting memory clean up to a new ``post_parsing`` section.
0