[New-bugs-announce] [issue24288] Include/opcode.h is modified during building

Serhiy Storchaka report at bugs.python.org
Tue May 26 09:47:55 CEST 2015


New submission from Serhiy Storchaka:

Changeset eeeb666a5365 in issue24017 unintentionally changed formatting of generated file Include/opcode.h. Now clean building CPython modifies Include/opcode.h.

One solution is to restore formatting of Include/opcode.h (regenerate it and commit).

Other solution is to change Tools/scripts/generate_opcode_h.py to generate a file without trailing spaces.

----------
components: Build
messages: 244089
nosy: asvetlov, gvanrossum, haypo, ncoghlan, python-dev, scoder, serhiy.storchaka, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: Include/opcode.h is modified during building
type: compile error
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24288>
_______________________________________


More information about the New-bugs-announce mailing list