summaryrefslogtreecommitdiffstats
path: root/Python/modsupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/modsupport.c')
-rw-r--r--Python/modsupport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/modsupport.c b/Python/modsupport.c
index 2cadeb8..c87f994 100644
--- a/Python/modsupport.c
+++ b/Python/modsupport.c
@@ -247,6 +247,7 @@ do_mkvalue(char **p_format, va_list *p_va)
countformat(*p_format, '}'));
case 'b':
+ case 'B':
case 'h':
case 'i':
return PyInt_FromLong((long)va_arg(*p_va, int));