Message 70530 - Python tracker
Message70530
| Author | jackdied |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, collinwinter, jackdied, rhettinger |
| Date | 2008-07-31.20:46:52 |
| SpamBayes Score | 0.006246549 |
| Marked as misclassified | No |
| Message-id | <1217537217.45.0.599770909246.issue2366@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The new patch works and handles all the corner cases I could think of. I tried to comment the heck out of it because it does a lot of manual walking and manipulation of the syntax tree. This only handles __metaclass__ inside classes. I wasn't sure what to do with __metaclass__ at the module level (which is now a NOP, I think). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-31 20:46:57 | jackdied | set | recipients: + jackdied, brett.cannon, collinwinter, rhettinger, benjamin.peterson |
| 2008-07-31 20:46:57 | jackdied | set | messageid: <1217537217.45.0.599770909246.issue2366@psf.upfronthosting.co.za> |
| 2008-07-31 20:46:56 | jackdied | link | issue2366 messages |
| 2008-07-31 20:46:55 | jackdied | create | |