Home
last modified time | relevance | path

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

/third_party/python/Tools/c-analyzer/
DTODO221 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]
222 Python/sysmodule.c:sys_displayhook():newline static PyObject *newline
588 Python/sysmodule.c:PyId__ _Py_IDENTIFIER(_)
589 Python/sysmodule.c:PyId___sizeof__ _Py_IDENTIFIER(__sizeof__)
590 Python/sysmodule.c:PyId__xoptions _Py_IDENTIFIER(_xoptions)
591 Python/sysmodule.c:PyId_buffer _Py_IDENTIFIER(buffer)
592 Python/sysmodule.c:PyId_builtins _Py_IDENTIFIER(builtins)
593 Python/sysmodule.c:PyId_encoding _Py_IDENTIFIER(encoding)
594 Python/sysmodule.c:PyId_path _Py_IDENTIFIER(path)
595 Python/sysmodule.c:PyId_stderr _Py_IDENTIFIER(stderr)
[all …]
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv774 Python/sysmodule.c - sys_methods -
1226 Python/sysmodule.c - asyncgen_hooks_fields -
1227 Python/sysmodule.c - hash_info_fields -
1228 Python/sysmodule.c - windows_version_fields -
1229 Python/sysmodule.c - flags_fields -
1230 Python/sysmodule.c - version_info_fields -
1254 Python/sysmodule.c - asyncgen_hooks_desc -
1255 Python/sysmodule.c - hash_info_desc -
1256 Python/sysmodule.c - windows_version_desc -
1257 Python/sysmodule.c - flags_desc -
[all …]
/third_party/python/
DMakefile.pre.in382 Python/sysmodule.o \
467 Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o
826 Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile $(srcdir)/Include/pydtrace.h
830 -o $@ $(srcdir)/Python/sysmodule.c
1098 $(srcdir)/Include/sysmodule.h \
1138 $(srcdir)/Include/cpython/sysmodule.h \
/third_party/python/Python/
Dsysmodule.c2774 static struct PyModuleDef sysmodule = { variable
3093 PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION); in _PySys_Create()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch591 diff --git a/Include/sysmodule.h b/Include/sysmodule.h
593 --- a/Include/sysmodule.h
594 +++ b/Include/sysmodule.h
2190 Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile $(srcdir)/Include/pydtrace.h
9721 diff --git a/Python/sysmodule.c b/Python/sysmodule.c
9723 --- a/Python/sysmodule.c
9724 +++ b/Python/sysmodule.c
/third_party/python/Doc/whatsnew/
D2.6.rst2648 z.extract('Python/sysmodule.c', '/tmp')
/third_party/python/Misc/
DHISTORY15283 - Issue #4915: Port sysmodule to Windows CE.