Skip to content

[3.11] gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" #94902

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

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 16, 2022

It returned 1 (success) when warnings are turned into exceptions.

… "Z"

It returned 1 (success) when warnings are turned into exceptions.
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error needs backport to 3.10 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Jul 16, 2022
@serhiy-storchaka serhiy-storchaka requested a review from methane July 16, 2022 12:00
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-94922 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 Jul 17, 2022
… "Z" (pythonGH-94902)

It returned 1 (success) when warnings are turned into exceptions.
(cherry picked from commit 107c21c)

Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington added a commit that referenced this pull request Jul 17, 2022
…H-94902)

It returned 1 (success) when warnings are turned into exceptions.
(cherry picked from commit 107c21c)

Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants