Browse Source
bpo-27593: Get SCM build info from git instead of hg. (#446)
bpo-27593: Get SCM build info from git instead of hg. (#446)
sys.version and the platform module python_build(), python_branch(), and python_revision() functions now use git information rather than hg when building from a repo. Based on original patches by Brett Cannon and Steve Dower.pull/451/head
committed by
GitHub
9 changed files with 84 additions and 78 deletions
-
4Include/pylifecycle.h
-
4Lib/platform.py
-
12Lib/test/test_platform.py
-
12Makefile.pre.in
-
4Misc/NEWS
-
46Modules/getbuildinfo.c
-
6Python/sysmodule.c
-
48configure
-
26configure.ac
Write
Preview
Loading…
Cancel
Save
Reference in new issue