mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Port build identification from default branch.
This commit is contained in:
parent
93512f24f1
commit
3a5508e2c0
6 changed files with 120 additions and 5 deletions
|
@ -114,6 +114,8 @@ PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
|
|||
PyAPI_FUNC(const char *) _Py_svnversion(void);
|
||||
PyAPI_FUNC(const char *) Py_SubversionRevision(void);
|
||||
PyAPI_FUNC(const char *) Py_SubversionShortBranch(void);
|
||||
PyAPI_FUNC(const char *) _Py_hgidentifier(void);
|
||||
PyAPI_FUNC(const char *) _Py_hgversion(void);
|
||||
|
||||
/* Internal -- various one-time initializations */
|
||||
PyAPI_FUNC(PyObject *) _PyBuiltin_Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue