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 rhettinger
Recipients nnorwitz, novalis_dt, rhettinger
Date 2008-11-07.00:28:42
SpamBayes Score 3.019257e-11
Marked as misclassified No
Message-id <1226017723.34.0.143247909323.issue4264@psf.upfronthosting.co.za>
In-reply-to
Content
> I really didn't want to have to change the AST.  The problem was that
> there was a feature of the Python bytecode which was not representable
> in Python source code. 

FWIW, I see exposing bytecodes as an anti-pattern that locks in a
particular implementation in a way that makes it hard to change and hard
to port to other Python implementations.  The current bound method
approach works fine.  Don't really see enough payoff to justify the
extra code and maintenance.
History
Date User Action Args
2008-11-07 00:28:43rhettingersetrecipients: + rhettinger, nnorwitz, novalis_dt
2008-11-07 00:28:43rhettingersetmessageid: <1226017723.34.0.143247909323.issue4264@psf.upfronthosting.co.za>
2008-11-07 00:28:42rhettingerlinkissue4264 messages
2008-11-07 00:28:42rhettingercreate