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 steve.dower
Recipients ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-11-01.04:41:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477975263.28.0.609263953959.issue28573@psf.upfronthosting.co.za>
In-reply-to
Content
The release build for 3.6.0b3 64-bit is missing Mercurial info:

>>> import sys
>>> sys._mercurial
('CPython', '', '')
>>> sys.version
'3.6.0b3 (default, Nov  1 2016, 03:21:01) [MSC v.1900 64 bit (AMD64)]'

The debug build and the 32-bit builds are fine. It needs further investigation, but I assume the PGO build is to blame, as we only run PGO on the 64-bit release build.
History
Date User Action Args
2016-11-01 04:41:03steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, ned.deily, zach.ware
2016-11-01 04:41:03steve.dowersetmessageid: <1477975263.28.0.609263953959.issue28573@psf.upfronthosting.co.za>
2016-11-01 04:41:03steve.dowerlinkissue28573 messages
2016-11-01 04:41:02steve.dowercreate