Initialize all fields of PyTypeObject, to eliminate compiler warnings. Fixed typo in docs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
33401e1721
commit
5c4f47302a
2 changed files with 18 additions and 7 deletions
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
%feature("python:slot", "Py_LT") MyClass::lessThan;
|
||||
|
||||
... where "Py_LT" is one of rich comparison opcodes defined in the
|
||||
... where "Py_LT" is one of the rich comparison opcodes defined in the
|
||||
python header file object.h.
|
||||
|
||||
If there's no method defined to handle a particular comparsion operation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue