New submission from Benjamin Peterson:

Right now, opcode information is duplicated in Include/opcode.h and 
Lib/opcode.py. I should only have to update one manually and have the other one 
generated automatically. opcode.h should probably be generated by a script from 
opcode.py.

----------
components: Interpreter Core
keywords: easy
messages: 187986
nosy: benjamin.peterson
priority: normal
severity: normal
stage: needs patch
status: open
title: put opcode information in one place
type: enhancement
versions: Python 3.4

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

Reply via email to