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

Skip to content

Commit 10ba07a

Browse files
committed
Issue #14705: Added support for the new 'p' format unit to skipitem().
1 parent aeb562e commit 10ba07a

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
@@ -1629,6 +1629,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)
16291629
case 'D': /* complex double */
16301630
case 'c': /* char */
16311631
case 'C': /* unicode char */
1632+
case 'p': /* boolean predicate */
16321633
{
16331634
(void) va_arg(*p_va, void *);
16341635
break;

0 commit comments

Comments
 (0)