Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h516 PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
517 #define Py_None (&_Py_NoneStruct)
/third_party/python/Doc/c-api/
Dallocation.rst60 .. c:var:: PyObject _Py_NoneStruct
/third_party/python/Tools/c-analyzer/
Dignored-globals.txt253 _Py_NoneStruct
DTODO117 Objects/object.c:_Py_NoneStruct PyObject _Py_NoneStruct
Dknown.tsv1498 Objects/object.c - _Py_NoneStruct variable PyObject _Py_NoneStruct
/third_party/python/PC/
Dpython3.def807 _Py_NoneStruct=python39._Py_NoneStruct DATA
/third_party/python/Doc/faq/
Dwindows.rst242 structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will
/third_party/python/Objects/
Dobject.c1627 PyObject _Py_NoneStruct = { variable