Searched refs:sysmodule (Results 1 – 7 of 7) sorted by relevance
221 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]222 Python/sysmodule.c:sys_displayhook():newline static PyObject *newline588 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 …]
774 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 …]
382 Python/sysmodule.o \467 Python/ceval.o Python/import.o Python/sysmodule.o Modules/gcmodule.o826 Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile $(srcdir)/Include/pydtrace.h830 -o $@ $(srcdir)/Python/sysmodule.c1098 $(srcdir)/Include/sysmodule.h \1138 $(srcdir)/Include/cpython/sysmodule.h \
2774 static struct PyModuleDef sysmodule = { variable3093 PyObject *sysmod = _PyModule_CreateInitialized(&sysmodule, PYTHON_API_VERSION); in _PySys_Create()
591 diff --git a/Include/sysmodule.h b/Include/sysmodule.h593 --- a/Include/sysmodule.h594 +++ b/Include/sysmodule.h2190 Python/sysmodule.o: $(srcdir)/Python/sysmodule.c Makefile $(srcdir)/Include/pydtrace.h9721 diff --git a/Python/sysmodule.c b/Python/sysmodule.c9723 --- a/Python/sysmodule.c9724 +++ b/Python/sysmodule.c
2648 z.extract('Python/sysmodule.c', '/tmp')
15283 - Issue #4915: Port sysmodule to Windows CE.