HomeSort by relevance Sort by last modified time
    Searched refs:PySys_FormatStderr (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Include/
sysmodule.h 26 PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
  /external/python/cpython3/Modules/
zipimport.c 576 PySys_FormatStderr("import %U # loaded from Zip %U\n",
    [all...]
gcmodule.c 641 PySys_FormatStderr("gc: %s <%s %p>\n",
817 PySys_FormatStderr(" %zd",
    [all...]
  /external/python/cpython3/Python/
import.c 467 PySys_FormatStderr("# cleanup[2] removing %U\n", name); \
557 PySys_FormatStderr("# cleanup[3] wiping %U\n", name);
566 PySys_FormatStderr("# cleanup[3] wiping sys\n");
569 PySys_FormatStderr("# cleanup[3] wiping builtins\n");
749 PySys_FormatStderr("import %U # previously loaded (%R)\n",
    [all...]
pylifecycle.c 300 PySys_FormatStderr("import _frozen_importlib # frozen\n");
320 PySys_FormatStderr("import _imp # builtin\n");
    [all...]
sysmodule.c     [all...]
  /external/python/cpython3/Objects/
moduleobject.c 678 PySys_FormatStderr("# destroy %S\n", m->md_name);

Completed in 161 milliseconds