Message197105
| Author | ethan.furman |
|---|---|
| Recipients | arigo, eli.bendersky, eric.snow, ethan.furman, ronaldoussoren |
| Date | 2013-09-06.20:55:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378500911.28.0.499034305799.issue16938@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
"Crash" is probably too strong. help() runs, but doesn't return anything useful. Metaclasses aside, I think the real issue here is objects that don't have __objclass__ defined. __objclass__ has been around for over a decade (see PEP-0252), and with that `inspect` works fine (aside from metaclasses ;) . |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-06 20:55:11 | ethan.furman | set | recipients: + ethan.furman, arigo, ronaldoussoren, eli.bendersky, eric.snow |
| 2013-09-06 20:55:11 | ethan.furman | set | messageid: <1378500911.28.0.499034305799.issue16938@psf.upfronthosting.co.za> |
| 2013-09-06 20:55:11 | ethan.furman | link | issue16938 messages |
| 2013-09-06 20:55:11 | ethan.furman | create | |