Message82505
| Author | aronacher |
|---|---|
| Recipients | aronacher |
| Date | 2009-02-19.22:48:04 |
| SpamBayes Score | 8.343172e-05 |
| Marked as misclassified | No |
| Message-id | <1235083685.9.0.253360640151.issue5322@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem seems to be caused by tp_new being slot_tp_new which then invokes whatever __new__ in the class dict is. I'm not so sure what would be the solution to this. One could of course check if tp_new is either object_new or slot_tp_new and in the latter case check if the class dict's __new__ item is object_new... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-19 22:48:06 | aronacher | set | recipients: + aronacher |
| 2009-02-19 22:48:05 | aronacher | set | messageid: <1235083685.9.0.253360640151.issue5322@psf.upfronthosting.co.za> |
| 2009-02-19 22:48:04 | aronacher | link | issue5322 messages |
| 2009-02-19 22:48:04 | aronacher | create | |