From swig-user 7/6/11: fix closure for tp_call.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12761 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff6b144f30
commit
498367bc9d
4 changed files with 15 additions and 1 deletions
|
|
@ -190,6 +190,7 @@ static String *getClosure(String *functype, String *wrapper, int funpack = 0) {
|
|||
"getiterfunc", "SWIGPY_UNARYFUNC_CLOSURE",
|
||||
"binaryfunc", "SWIGPY_BINARYFUNC_CLOSURE",
|
||||
"ternaryfunc", "SWIGPY_TERNARYFUNC_CLOSURE",
|
||||
"ternarycallfunc", "SWIGPY_TERNARYCALLFUNC_CLOSURE",
|
||||
"lenfunc", "SWIGPY_LENFUNC_CLOSURE",
|
||||
"ssizeargfunc", "SWIGPY_SSIZEARGFUNC_CLOSURE",
|
||||
"ssizessizeargfunc", "SWIGPY_SSIZESSIZEARGFUNC_CLOSURE",
|
||||
|
|
@ -208,6 +209,7 @@ static String *getClosure(String *functype, String *wrapper, int funpack = 0) {
|
|||
"inquiry", "SWIGPY_INQUIRY_CLOSURE",
|
||||
"getiterfunc", "SWIGPY_UNARYFUNC_CLOSURE",
|
||||
"ternaryfunc", "SWIGPY_TERNARYFUNC_CLOSURE",
|
||||
"ternarycallfunc", "SWIGPY_TERNARYCALLFUNC_CLOSURE",
|
||||
"lenfunc", "SWIGPY_LENFUNC_CLOSURE",
|
||||
"ssizeargfunc", "SWIGPY_FUNPACK_SSIZEARGFUNC_CLOSURE",
|
||||
"ssizessizeargfunc", "SWIGPY_SSIZESSIZEARGFUNC_CLOSURE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue