diff options
Diffstat (limited to 'Python/getargs.c')
| -rw-r--r-- | Python/getargs.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Python/getargs.c b/Python/getargs.c index d4d8d84..20f4814 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -1768,7 +1768,6 @@ skipitem(const char **p_format, va_list *p_va, int flags)      case 'z': /* string or None */      case 'y': /* bytes */      case 'u': /* unicode string */ -    case 't': /* buffer, read-only */      case 'w': /* buffer, read-write */          {              (void) va_arg(*p_va, char **); | 
