[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 blocks
https://hg.python.org/cpython/rev/35f510158490

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 don't lose Mercurial off 
of PATH, but I'm running validation builds to be sure.

As this only applies to the Windows builds and we haven't seen it against 3.5 
yet, I'm dropping that from the versions list.

--
stage: test needed -> commit review
versions:  -Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 env too many times during build
https://hg.python.org/cpython/rev/ae8f525cef2a

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com