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 gvanrossum
Recipients gvanrossum, jgatkinsn, loewis
Date 2007-12-18.20:01:36
SpamBayes Score 0.06935529
Marked as misclassified No
Message-id <1198008096.86.0.0498646223564.issue1636@psf.upfronthosting.co.za>
In-reply-to
Content
This comes from line 1845 in ast.c.

It has nothing to do with execfile(), it's just a constraint on the
generated bytecode.

Fixing this would be quite complex, and referring to "this day and age"
isn't going to raise its priority.  However, I'd be happy to accept a
patch that does away with this limit or at least raises it considerably.
History
Date User Action Args
2007-12-18 20:01:36gvanrossumsetspambayes_score: 0.0693553 -> 0.06935529
recipients: + gvanrossum, loewis, jgatkinsn
2007-12-18 20:01:36gvanrossumsetspambayes_score: 0.0693553 -> 0.0693553
messageid: <1198008096.86.0.0498646223564.issue1636@psf.upfronthosting.co.za>
2007-12-18 20:01:36gvanrossumlinkissue1636 messages
2007-12-18 20:01:36gvanrossumcreate