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 alexandre.vassalotti
Recipients alexandre.vassalotti, blaisorblade, christian.heimes, lemburg, pitrou, rhettinger, skip.montanaro
Date 2009-01-03.00:48:06
SpamBayes Score 0.000699776
Marked as misclassified No
Message-id <1230943688.13.0.0315157723558.issue4753@psf.upfronthosting.co.za>
In-reply-to
Content
One more thing, the patch causes the following warnings to be emited by
GCC when USE_COMPUTED_GOTOS is undefined.  

Python/ceval.c: In function ‘PyEval_EvalFrameEx’:
Python/ceval.c:2420: warning: label ‘_make_function’ defined but not used
Python/ceval.c:2374: warning: label ‘_call_function_var_kw’ defined but
not used
Python/ceval.c:2280: warning: label ‘_setup_finally’ defined but not used
History
Date User Action Args
2009-01-03 00:48:08alexandre.vassalottisetrecipients: + alexandre.vassalotti, lemburg, skip.montanaro, rhettinger, pitrou, christian.heimes, blaisorblade
2009-01-03 00:48:08alexandre.vassalottisetmessageid: <1230943688.13.0.0315157723558.issue4753@psf.upfronthosting.co.za>
2009-01-03 00:48:07alexandre.vassalottilinkissue4753 messages
2009-01-03 00:48:06alexandre.vassalotticreate