mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Commit the hg build identification patch from the pymigr repo.
This commit is contained in:
parent
7b50c2c6ae
commit
1ca2e7965c
6 changed files with 120 additions and 5 deletions
|
@ -120,6 +120,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