We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1065741 commit 3bc3331Copy full SHA for 3bc3331
1 file changed
src/ifcwrap/IfcPython.i
@@ -54,6 +54,7 @@
54
const Argument& arg = *($1.second);
55
const ArgumentType type = $1.first;
56
if (arg.isNull()) {
57
+ Py_INCREF(Py_None);
58
$result = Py_None;
59
} else {
60
switch(type) {
0 commit comments