David Bolen added the comment:

This generator script breaks the daily OSX DMG builds on my bolen-dmg 
buildslave for the 3.x branch.

The issue is with the use of "with" as the slave uses Python 2.5 to build the 
installer.  Now, that's old, and I'm not even sure how necessary the daily 
builds are to keep running, but I believe the Mac build-installer script still 
tries to target 2.5 as a minimum - though I'm not sure if that's true for all 
build tools.  But the fix is fairly simple (a __future__ import).

See attached patch.

Alternatively, if the minimum Python to build the installer should be bumped, I 
can work on that for the slave.

----------
nosy: +db3l
Added file: http://bugs.python.org/file35078/generate_opcode_h.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17861>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to