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
27 Objects with a type with this flag set must conform with the rules
28 documented here. For convenience these objects will be referred to as
29 container objects.
42 Analogous to :c:func:`PyObject_New` but for container objects with the
48 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
68 Adds the object *op* to the set of container objects tracked by the
69 collector. The collector can run at unexpected times so objects must be
97 Remove the object *op* from the set of container objects tracked by the
99 this object to add it back to the set of tracked objects. The deallocator
161 Drop references that may have created reference cycles. Immutable objects