Revert introduction of python:defaultargs feature

See issue #294
This commit is contained in:
William S Fulton 2015-01-12 21:35:47 +00:00
commit 9d87b9f099
7 changed files with 29 additions and 55 deletions

View file

@ -185,17 +185,6 @@ These methods "may be called" if needed.
#define %clearpythonappend %feature("pythonappend","")
/* ------------------------------------------------------------------------- */
/*
Python default argument handling (for non-builtin)
*/
#define %pythondefaultargs %feature("python:defaultargs")
#define %nopythondefaultargs %feature("python:defaultargs", "0")
#define %clearpythondefaultargs %feature("python:defaultargs", "")
/* ------------------------------------------------------------------------- */
/*
%extend_smart_pointer extend the smart pointer support.