fix tp_del field
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
86a9374ea1
commit
3983cc1471
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ statichere PyTypeObject varlinktype = {
|
|||
0, /* tp_cache */
|
||||
0, /* tp_subclasses */
|
||||
0, /* tp_weaklist */
|
||||
#endif
|
||||
#if PY_VERSION_HEX >= 0x02030200
|
||||
0, /* tp_del */
|
||||
#endif
|
||||
#ifdef COUNT_ALLOCS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue