Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c2584 PyObject *stdlib_module_names = NULL; in _Py_DumpExtensionModules() local
2590 stdlib_module_names = value; in _Py_DumpExtensionModules()
2597 if (stdlib_module_names != NULL && !PyFrozenSet_Check(stdlib_module_names)) { in _Py_DumpExtensionModules()
2598 stdlib_module_names = NULL; in _Py_DumpExtensionModules()
2614 if (stdlib_module_names != NULL) { in _Py_DumpExtensionModules()
2620 while (_PySet_NextEntry(stdlib_module_names, &i, &item, &hash)) { in _Py_DumpExtensionModules()
/third_party/python/
D.gitattributes84 Python/stdlib_module_names.h generated
DMakefile.pre.in928 # Regenerate Python/stdlib_module_names.h
932 > $(srcdir)/Python/stdlib_module_names.h.new
933 $(UPDATE_FILE) $(srcdir)/Python/stdlib_module_names.h $(srcdir)/Python/stdlib_module_names.h.new
1190 $(srcdir)/Python/stdlib_module_names.h
/third_party/python/Lib/test/
Dtest_sys.py998 self.assertIsInstance(sys.stdlib_module_names, frozenset)
999 for name in sys.stdlib_module_names:
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst215 Add :data:`sys.stdlib_module_names`, containing the list of the standard
D3.10.0a7.rst472 Add frozen modules to :data:`sys.stdlib_module_names`. For example, add
D3.10.1.rst116 :data:`sys.stdlib_module_names` now contains the macOS-specific module
/third_party/python/Doc/library/
Dsys.rst160 See also the :attr:`sys.stdlib_module_names` list.
1607 .. data:: stdlib_module_names
/third_party/python/Doc/whatsnew/
D3.10.rst1378 Add :data:`sys.stdlib_module_names`, containing the list of the standard library