diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 09:42:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 09:42:21 (GMT) |
commit | 3a5508e2c075405f35b5c32f413445b9e875c92c (patch) | |
tree | 784515c9e36589fddb6311168278ff332a5cd92c /Include | |
parent | 93512f24f1374ef83ac3cca21881b4eea5173781 (diff) | |
download | cpython-3a5508e2c075405f35b5c32f413445b9e875c92c.zip cpython-3a5508e2c075405f35b5c32f413445b9e875c92c.tar.gz cpython-3a5508e2c075405f35b5c32f413445b9e875c92c.tar.bz2 |
Port build identification from default branch.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pythonrun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h index f8ed718..85bdd3d 100644 --- a/Include/pythonrun.h +++ b/Include/pythonrun.h @@ -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); |