Added SetNoneComparison call to PYTHON::top
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4479 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d39635101e
commit
f10ce6cc84
7 changed files with 55 additions and 35 deletions
|
|
@ -396,6 +396,9 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
/* Set comparison with none for ConstructorToFunction */
|
||||
SetNoneComparison( NewString( "$arg != Py_None" ) );
|
||||
|
||||
/* Initialize all of the output files */
|
||||
String *outfile = Getattr(n,"outfile");
|
||||
String *outfile_h = Getattr(n, "outfile_h");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue