← 返回首页
[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) by colorfulappl · Pull Request #100352 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241)#100352

Merged
kumaraditya303 merged 1 commit into
python:3.11from
colorfulappl:backport_gh99241_3.11
Dec 20, 2022
Merged

[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241)#100352
kumaraditya303 merged 1 commit into
python:3.11from
colorfulappl:backport_gh99241_3.11

Conversation

Copy link
Copy Markdown
Contributor

(cherry picked from commit 8dbe08e)

Fix double-free bug mentioned at GH-99240, by moving memory clean up out of "exit" label.

…verter generated code (pythonGH-99241) (cherry picked from commit 8dbe08e) Fix double-free bug mentioned at pythonGH-99240, by moving memory clean up out of "exit" label.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Footer

© 2026 GitHub, Inc.