Home | History | Annotate | Download | only in python2.7

Lines Matching full:deallocator

663 reference counts.  Py_DECREF calls the object's deallocator function when
950 ... The body of the deallocator goes here, including all calls ...
961 as this counter is small, the body of the deallocator is run directly without
963 objects to be deallocated later, skips the body of the deallocator, and
995 /* The body of the deallocator is here. */