Skip to content

Conversation

@ZackerySpytz
Copy link
Contributor

@ZackerySpytzZackerySpytz commented Feb 6, 2022

va_end() must be called before returning.

https://bugs.python.org/issue40479

Automerge-Triggered-By: GH:tiran

@ZackerySpytz
Copy link
ContributorAuthor

This is a skip news PR.

The va_start() calls could be moved next to PyErr_FormatV().

Copy link
Member

@tirantiran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

Copy link
Member

@tirantiran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a news entry. The problematic code is in releases 3.9.10 and 3.10.2.

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@ZackerySpytz
Copy link
ContributorAuthor

I have made the requested changes; please review again.

@bedevere-bot
Copy link

Thanks for making the requested changes!

@tiran: please review the changes made to this pull request.

Copy link
Member

@tirantiran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@miss-islington
Copy link
Contributor

Thanks @ZackerySpytz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 7, 2022
…-31153) va_end() must be called before returning. (cherry picked from commit 59e004a) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-botbedevere-bot removed the needs backport to 3.10 only security fixes label Feb 7, 2022
@bedevere-bot
Copy link

GH-31183 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 7, 2022
…-31153) va_end() must be called before returning. (cherry picked from commit 59e004a) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-bot
Copy link

GH-31184 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Feb 7, 2022
va_end() must be called before returning. (cherry picked from commit 59e004a) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request Feb 7, 2022
va_end() must be called before returning. (cherry picked from commit 59e004a) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@tirantiran mentioned this pull request May 9, 2022
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
…-31153) va_end() must be called before returning. (cherry picked from commit 59e004a) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ZackerySpytz@bedevere-bot@miss-islington@tiran@the-knights-who-say-ni