Fix vararg documentation for Python 3
Memory handling is different to Python 2.
This commit is contained in:
parent
074c0039db
commit
f15eb3f5ec
3 changed files with 40 additions and 22 deletions
|
|
@ -4,4 +4,4 @@ if (python_varargs_typemap.testfunc(1, 2.0, "three") != "three") :
|
|||
raise RuntimeError("testfunc failed!")
|
||||
|
||||
if (python_varargs_typemap.testfunc(1, 2.0, "three", "four", "five") != "threefourfive") :
|
||||
raise RuntimeError("testfunc failed!")
|
||||
raise RuntimeError("testfunc failed! {}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue