]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27593: Get SCM build info from git instead of hg (#1327)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 2 May 2017 14:55:50 +0000 (16:55 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 14:55:50 +0000 (16:55 +0200)
commit2c7085fd7b00cba8b5ab258c62453b6a12418b73
treecdb3210f79dd0735494da3878fe3b49a8834453a
parent6bed8f95d72f622cb916bcebad651ccd3de6fe9d
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.
Include/pythonrun.h
Makefile.pre.in
Misc/NEWS
Modules/getbuildinfo.c
Python/sysmodule.c
configure
configure.ac