mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Merge build identification to 3.2 branch.
This commit is contained in:
commit
13039c87f1
8 changed files with 128 additions and 7 deletions
|
@ -182,6 +182,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);
|
||||
#endif
|
||||
|
||||
/* Internal -- various one-time initializations */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue