Message 240917 - Python tracker
Message240917
| Author | Pinz |
|---|---|
| Recipients | Pinz, berker.peksag, demian.brecht, martin.panter, orsenthil, r.david.murray, serhiy.storchaka |
| Date | 2015-04-14.15:48:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1429026517.32.0.893425855332.issue23350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Martin: You're right, it's the same issue, and only related to python2's old style classes. Sorry for the useless noise. Demian: My problem is `len(obj)` raises an Using AttributeError in python2 (with obj being old style class instance). It's python 2.X specific and I don't think it is going to be addressed (reading comments in #15267). But thanks for your code rework. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-04-14 15:48:37 | Pinz | set | recipients: + Pinz, orsenthil, r.david.murray, berker.peksag, martin.panter, serhiy.storchaka, demian.brecht |
| 2015-04-14 15:48:37 | Pinz | set | messageid: <1429026517.32.0.893425855332.issue23350@psf.upfronthosting.co.za> |
| 2015-04-14 15:48:37 | Pinz | link | issue23350 messages |
| 2015-04-14 15:48:37 | Pinz | create | |