summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-03-05 19:51:24 (GMT)
committerGeorg Brandl <georg@python.org>2011-03-05 19:51:24 (GMT)
commit1ca2e7965c52525684bb517401c513158a8af989 (patch)
treebb4d18504b81ba63fc7b46ebf05d839b51338dd7 /Include
parent7b50c2c6aed2754f205835420d7450f2e401ebfd (diff)
downloadcpython-1ca2e7965c52525684bb517401c513158a8af989.zip
cpython-1ca2e7965c52525684bb517401c513158a8af989.tar.gz
cpython-1ca2e7965c52525684bb517401c513158a8af989.tar.bz2
Commit the hg build identification patch from the pymigr repo.
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 0c380e6..96a0e23 100644
--- a/Include/pythonrun.h
+++ b/Include/pythonrun.h
@@ -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);