summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/getargs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/getargs.c b/Python/getargs.c
index 486cf7d..7726324 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -1776,6 +1776,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)
case 'D': /* complex double */
#endif
case 'c': /* char */
+ case 'C': /* unicode char */
{
(void) va_arg(*p_va, void *);
break;