[issue17861] put opcode information in one place

David Bolen report at bugs.python.org
Mon Apr 28 21:54:55 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue17861>
_______________________________________


More information about the Python-bugs-list mailing list