Merge branch 'py3.8'
* py3.8: Use PyObject_GC_UnTrack in lieu of the old variant
This commit is contained in:
commit
835c732506
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ SwigPyBuiltin_FunpackSetterClosure (PyObject *obj, PyObject *val, void *closure)
|
|||
|
||||
SWIGINTERN void
|
||||
SwigPyStaticVar_dealloc(PyDescrObject *descr) {
|
||||
_PyObject_GC_UNTRACK(descr);
|
||||
PyObject_GC_UnTrack(descr);
|
||||
Py_XDECREF(PyDescr_TYPE(descr));
|
||||
Py_XDECREF(PyDescr_NAME(descr));
|
||||
PyObject_GC_Del(descr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue