Home
last modified time | relevance | path

Searched refs:ContainerNoGCobject (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_testcapimodule.c6696 } ContainerNoGCobject; typedef
6711 ((ContainerNoGCobject *)self)->value = value; in ContainerNoGC_new()
6716 ContainerNoGC_dealloc(ContainerNoGCobject *self) in ContainerNoGC_dealloc()
6723 {"value", T_OBJECT, offsetof(ContainerNoGCobject, value), READONLY,
6731 sizeof(ContainerNoGCobject),