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

Skip to content

Commit 510b622

Browse files
author
Victor Stinner
committed
getargs.c: remove last reference to "t#" format
"t#" format was removed from convertitem() (convertsimple) but not skipitem().
1 parent 06e49dd commit 510b622

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/getargs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,6 @@ skipitem(const char **p_format, va_list *p_va, int flags)
17681768
case 'z': /* string or None */
17691769
case 'y': /* bytes */
17701770
case 'u': /* unicode string */
1771-
case 't': /* buffer, read-only */
17721771
case 'w': /* buffer, read-write */
17731772
{
17741773
(void) va_arg(*p_va, char **);

0 commit comments

Comments
 (0)