New submission from Steve Dower: 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. ---------- assignee: steve.dower components: Windows messages: 279848 nosy: ned.deily, paul.moore, steve.dower, tim.golden, zach.ware priority: release blocker severity: normal stage: test needed status: open title: Python 3.6.0b3 64-bit has no sys._mercurial info type: compile error versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28573> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com