This commit is contained in:
Thomas Krijnen
2013-07-22 20:09:38 -07:00
parent 9c4040345a
commit 871ee13e05
+1
View File
@@ -54,6 +54,7 @@
const Argument& arg = *($1.second);
const ArgumentType type = $1.first;
if (arg.isNull()) {
Py_INCREF(Py_None);
$result = Py_None;
} else {
switch(type) {