set PyObject * out typemaps back to simple returns
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8584 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fa726d34ad
commit
32d28239da
4 changed files with 5 additions and 24 deletions
|
|
@ -26,9 +26,6 @@ namespace swig
|
|||
Mark methods that return new objects
|
||||
*/
|
||||
%newobject PySwigIterator::copy;
|
||||
%newobject PySwigIterator::value;
|
||||
%newobject PySwigIterator::next;
|
||||
%newobject PySwigIterator::previous;
|
||||
%newobject PySwigIterator::operator + (ptrdiff_t n) const;
|
||||
%newobject PySwigIterator::operator - (ptrdiff_t n) const;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue