Home | History | Annotate | Download | only in c-api

Lines Matching full:objects

10 objects which may also be containers.  Types which do not store references to
11 other objects, or which only store references to atomic types (such as numbers
24 Objects with a type with this flag set must conform with the rules
25 documented here. For convenience these objects will be referred to as
26 container objects.
39 Analogous to :c:func:`PyObject_New` but for container objects with the
45 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
57 Adds the object *op* to the set of container objects tracked by the
58 collector. The collector can run at unexpected times so objects must be
86 Remove the object *op* from the set of container objects tracked by the
88 this object to add it back to the set of tracked objects. The deallocator
148 Drop references that may have created reference cycles. Immutable objects