mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Remove sys.subversion and svn build identification leftovers.
This commit is contained in:
parent
fe09a54280
commit
776e586114
8 changed files with 1 additions and 191 deletions
|
@ -179,9 +179,6 @@ PyAPI_FUNC(const char *) Py_GetCopyright(void);
|
|||
PyAPI_FUNC(const char *) Py_GetCompiler(void);
|
||||
PyAPI_FUNC(const char *) Py_GetBuildInfo(void);
|
||||
#ifndef Py_LIMITED_API
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue