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 mark.dickinson
Recipients Jim.Jewett, benjamin.peterson, mark.dickinson, meador.inge, menegazzobr, terry.reedy
Date 2012-03-10.12:59:13
SpamBayes Score 0.01825634
Marked as misclassified No
Message-id <1331384354.72.0.36912507348.issue14169@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, so the issue is simply that the compiler module doesn't have logic for emitting the EXTENDED_ARGS[1] bytecode instruction to properly deal with a jump target that won't fit in two bytes.  Given that the compiler module is deprecated, I propose closing this as 'won't fix'.

[1] http://docs.python.org/library/dis.html#opcode-EXTENDED_ARG
History
Date User Action Args
2012-03-10 12:59:14mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, benjamin.peterson, meador.inge, Jim.Jewett, menegazzobr
2012-03-10 12:59:14mark.dickinsonsetmessageid: <1331384354.72.0.36912507348.issue14169@psf.upfronthosting.co.za>
2012-03-10 12:59:14mark.dickinsonlinkissue14169 messages
2012-03-10 12:59:13mark.dickinsoncreate