<- Back | Index | Forward ->

Reference Counting

Reference counted object contain an extra term, the count.
Daylight object handles which must be dt_dealloc'ed are stored in a "smart_ptr" class. Using the smart_ptr class means Python manages nearly every call to dt_dealloc.