[issue9155] Reserve COMPARE_OP for rich comparisons

Antoine Pitrou report at bugs.python.org
Thu Jul 8 19:33:06 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch fails compiling with --with-computed-gotos:

Python/ceval.c: In function ‘PyEval_EvalFrameEx’:
Python/opcode_targets.h:101: erreur: label ‘TARGET_DUP_TOPX’ used but not defined
make: *** [Python/ceval.o] Erreur 1

----------

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


More information about the Python-bugs-list mailing list