commit | 2c7085fd7b00cba8b5ab258c62453b6a12418b73 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue May 02 16:55:50 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue May 02 16:55:50 2017 +0200 |
tree | cdb3210f79dd0735494da3878fe3b49a8834453a | |
parent | 6bed8f95d72f622cb916bcebad651ccd3de6fe9d [diff] |
bpo-27593: Get SCM build info from git instead of hg (#1327) Based on commit 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned Deily, which is based on original patches by Brett Cannon and Steve Dower. Remove also the private _Py_svnversion() function and SVNVERSION variable. Note: Py_SubversionRevision() and Py_SubversionShortBranch() are unchanged, they are part of the public API.