Fix python default_args testcase for Python 3
Changes for the default_args testcase to run under Python 3 when called from python_default_args testcase
This commit is contained in:
parent
38ba81811e
commit
efb8784c8b
2 changed files with 11 additions and 11 deletions
|
|
@ -3,6 +3,7 @@
|
|||
%pythondefaultargs;
|
||||
|
||||
// Turn off the feature for the tricky cases that can't be handled
|
||||
%nopythondefaultargs trickyvalue3; // 'mode=0644' is okay in Python 2, but no Python 3
|
||||
%nopythondefaultargs seek;
|
||||
%nopythondefaultargs Space::Klass::inc;
|
||||
%nopythondefaultargs DerivedEnumClass::accelerate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue