Searched refs:Py_GetVersion (Results 1 – 19 of 19) sorted by relevance
9 Py_GetVersion(void) in Py_GetVersion() function
47 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
1422 PyString_FromString(Py_GetVersion())); in _PySys_Init()
90 Py_GetVersion(), Py_GetCopyright()); in Py_FrozenMain()
2320 PyUnicode_FromString(Py_GetVersion())); in _PySys_BeginInit()
109 PyAPI_FUNC(const char *) Py_GetVersion(void);
155 PyAPI_FUNC(const char *) Py_GetVersion(void);
434 Py_GetVersion
556 Py_GetVersion(), Py_GetPlatform()); in Py_Main()
1449 buffer = (char *) Py_GetVersion(); in write_header()
745 Py_GetVersion=python37.Py_GetVersion
950 "Py_GetVersion"
1239 fprintf(stderr, "Python %s on %s\n", Py_GetVersion(), Py_GetPlatform()); in pymain_header()2909 (cmdline->print_version >= 2) ? Py_GetVersion() : PY_VERSION); in pymain_cmdline_impl()
46 * :c:func:`Py_GetVersion`483 .. c:function:: const char* Py_GetVersion()
2985 Py_GetVersion:const char*:::
201 .. c:function:: const char* Py_GetVersion()
13967 - Some of the Py_Get* function, like Py_GetVersion() (but not yet
31346 - Some of the Py_Get* function, like Py_GetVersion() (but not yet