Message 75587 - Python tracker (original) (raw)
Message75587
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:43 | rhettinger | set | recipients: + rhettinger, nnorwitz, novalis_dt |
2008-11-07 00:28:43 | rhettinger | set | messageid: 1226017723.34.0.143247909323.issue4264@psf.upfronthosting.co.za |
2008-11-07 00:28:42 | rhettinger | link | issue4264 messages |
2008-11-07 00:28:42 | rhettinger | create |