[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-14 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset d997e64130bd by Steve Dower in branch '3.6': Issue #28573: Fixes issue with nested if blocks https://hg.python.org/cpython/rev/d997e64130bd New changeset 35f510158490 by Steve Dower in branch 'default': Issue #28573: Fixes issue with nested if block

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-14 Thread Steve Dower
Steve Dower added the comment: I suspect this is because my PATH was getting too long within my build script because of setting up the VS build environment too many times (if PATH gets too long then new processes may ignore or truncate it). The commit should cut this down to the point where we

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25cb7df5b19d by Steve Dower in branch '3.6': Issue #28573: Avoid setting up env too many times during build https://hg.python.org/cpython/rev/25cb7df5b19d New changeset ae8f525cef2a by Steve Dower in branch 'default': Issue #28573: Avoid setting up

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-01 Thread Steve Dower
Steve Dower added the comment: We're not responsible for the builds released by Linux distros. There's a good chance they didn't build from mercurial, but used the source release plus patches. -- ___ Python tracker

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-11-01 Thread SilentGhost
SilentGhost added the comment: The same is on 3.5.2 on ubuntu 16.10 -- nosy: +SilentGhost, larry versions: +Python 3.5 ___ Python tracker ___

[issue28573] Python 3.6.0b3 64-bit has no sys._mercurial info

2016-10-31 Thread Steve Dower
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