-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse #112438
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
Labels
3.11
only security fixes
3.12
only security fixes
3.13
bugs and security fixes
topic-C-API
type-bug
An unexpected behavior, bug, or error
Comments
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 27, 2023
…ested tuples in PyArg_Parse
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 27, 2023
…ested tuples in PyArg_Parse (pythongh-112439) (cherry picked from commit 4eea1e8) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Nov 27, 2023
…ix in nested tuples in PyArg_Parse (pythongh-112439) (cherry picked from commit 4eea1e8) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Nov 27, 2023
…nested tuples in PyArg_Parse (gh-112439) (GH-112460) (cherry picked from commit 4eea1e8) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Nov 27, 2023
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…ested tuples in PyArg_Parse (pythongh-112439)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…ested tuples in PyArg_Parse (pythongh-112439)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.11
only security fixes
3.12
only security fixes
3.13
bugs and security fixes
topic-C-API
type-bug
An unexpected behavior, bug, or error
Bug report
PyArg_Parse
format unitses
,et
,es#
, andet#
are not correctly supported in nested tuples. This is because the code for parsing nested tuples counts the number of alphabetical symbols to determine the number of items. But "e" is a prefix and should not be counted.Linked PRs
The text was updated successfully, but these errors were encountered: