mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439)
This commit is contained in:
parent
812360fddd
commit
4eea1e8236
4 changed files with 40 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
Fix support of format units "es", "et", "es#", and "et#" in nested tuples in
|
||||
:c:func:`PyArg_ParseTuple`-like functions.
|
Loading…
Add table
Add a link
Reference in a new issue