Message196913
| Author | ethan.furman |
|---|---|
| Recipients | barry, eli.bendersky, ethan.furman, ned.deily, python-dev, ronaldoussoren |
| Date | 2013-09-04.13:39:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378302000.24.0.157110150739.issue18693@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Found it! It was a combination of __objclass__ not being defined on the enum mmebers, and the metatype not being searched in the __mro__ by inspect. Thanks, Ronald, for the necessary clues. Patch attached. I'm not sure if I have the method wowser showing up in the correct dir(). Thoughts? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-04 13:40:00 | ethan.furman | set | recipients: + ethan.furman, barry, ronaldoussoren, ned.deily, eli.bendersky, python-dev |
| 2013-09-04 13:40:00 | ethan.furman | set | messageid: <1378302000.24.0.157110150739.issue18693@psf.upfronthosting.co.za> |
| 2013-09-04 13:40:00 | ethan.furman | link | issue18693 messages |
| 2013-09-04 13:39:58 | ethan.furman | create | |