Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3f424f

Browse files
committed
Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
2 parents 869b1f9 + d9e4a41 commit d3f424f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/getargs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)
16571657
case 'z': /* string or None */
16581658
case 'y': /* bytes */
16591659
case 'u': /* unicode string */
1660+
case 'Z': /* unicode string or None */
16601661
case 'w': /* buffer, read-write */
16611662
{
16621663
(void) va_arg(*p_va, char **);

0 commit comments

Comments
 (0)