This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients belopolsky, benjamin.peterson, jyasskin, mark.dickinson, pitrou, rhettinger, serprex
Date 2010-07-08.17:33:04
SpamBayes Score 0.0053963
Marked as misclassified No
Message-id <1278610386.43.0.120533152601.issue9155@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-07-08 17:33:06pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, belopolsky, jyasskin, benjamin.peterson, serprex
2010-07-08 17:33:06pitrousetmessageid: <1278610386.43.0.120533152601.issue9155@psf.upfronthosting.co.za>
2010-07-08 17:33:05pitroulinkissue9155 messages
2010-07-08 17:33:04pitroucreate