summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-06 10:42:21 +0100
committerGeorg Brandl <georg@python.org>2011-03-06 10:42:21 +0100
commite1e2033e397c7a3bd1192dae8bde4407ed901e8f (patch)
tree67287b2cc50209a566da6b27ba0dfdbbf30971c7 /Include
parenta230dea531230c14f5d98ab7d99726cb42210514 (diff)
downloadcpython-e1e2033e397c7a3bd1192dae8bde4407ed901e8f.tar.gz
Port build identification from default branch.
Diffstat (limited to 'Include')
-rw-r--r--Include/pythonrun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pythonrun.h b/Include/pythonrun.h
index f8ed71837c..85bdd3d18a 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);