Searched refs:s_nested (Results 1 – 6 of 6) sorted by relevance
149 if (seq->s_nested == NULL) { in _PyInstructionSequence_AddNested()150 seq->s_nested = PyList_New(0); in _PyInstructionSequence_AddNested()151 if (seq->s_nested == NULL) { in _PyInstructionSequence_AddNested()155 if (PyList_Append(seq->s_nested, (PyObject*)nested) < 0) { in _PyInstructionSequence_AddNested()163 Py_XDECREF(seq->s_nested); in PyInstructionSequence_Fini()191 seq->s_nested = NULL; in inst_seq_create()316 if (self->s_nested == NULL) { in InstructionSequenceType_get_nested_impl()319 return Py_NewRef(self->s_nested); in InstructionSequenceType_get_nested_impl()403 Py_VISIT(seq->s_nested); in inst_seq_traverse()410 Py_CLEAR(seq->s_nested); in inst_seq_clear()
85 Nested s_nested = 2; field91 Nested s_nested = 2; field
47 PyObject *s_nested; member
526 s_nested: {528 s_nested: {544 inputText: `s_nested: {
363 want: `s_nested: {365 s_nested: {
23727 …<var-decl name='s_nested' type-id='type-id-4' visibility='default' filepath='./Include/internal/py…