mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Drop sys.build_number. Add sys.subversion.
This commit is contained in:
parent
2b47445234
commit
43b57805fb
5 changed files with 114 additions and 25 deletions
|
@ -108,7 +108,9 @@ PyAPI_FUNC(const char *) Py_GetPlatform(void);
|
|||
PyAPI_FUNC(const char *) Py_GetCopyright(void);
|
||||
PyAPI_FUNC(const char *) Py_GetCompiler(void);
|
||||
PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
|
||||
PyAPI_FUNC(const char *) Py_GetBuildNumber(void);
|
||||
PyAPI_FUNC(const char *) _Py_svnversion(void);
|
||||
PyAPI_FUNC(const char *) Py_SubversionRevision(void);
|
||||
PyAPI_FUNC(const char *) Py_SubversionShortBranch(void);
|
||||
|
||||
/* Internal -- various one-time initializations */
|
||||
PyAPI_FUNC(PyObject *) _PyBuiltin_Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue