This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients matrixise, vstinner
Date 2018-10-15.20:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539635821.1.0.788709270274.issue34994@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like you misunderstood the purpose of these variables. They are only used to build getbuildinfo which is used to fill sys._git. Depending on the platform and git version, there are different ways to get the version, branch and tag. These variables should not be used to get the Git version, branch and tag: sys._git is here for that. Hum, sadly it's not documented. Or you can parse sys.version.
History
Date User Action Args
2018-10-15 20:37:01vstinnersetrecipients: + vstinner, matrixise
2018-10-15 20:37:01vstinnersetmessageid: <1539635821.1.0.788709270274.issue34994@psf.upfronthosting.co.za>
2018-10-15 20:37:01vstinnerlinkissue34994 messages
2018-10-15 20:37:01vstinnercreate