Message189111
| Author | pitrou |
|---|---|
| Recipients | kristjan.jonsson, pitrou, vstinner |
| Date | 2013-05-13.09:19:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1368436747.31.0.631468543656.issue17936@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think the logic is slightly wrong in remove_subclass. When you encounter Py_None, you can't be sure it's the weakref for the current type; theoretically, it could be any other one (depending on oddities in cleanup order, cycle collection, etc.). So you have to continue walking the list. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-13 09:19:07 | pitrou | set | recipients: + pitrou, kristjan.jonsson, vstinner |
| 2013-05-13 09:19:07 | pitrou | set | messageid: <1368436747.31.0.631468543656.issue17936@psf.upfronthosting.co.za> |
| 2013-05-13 09:19:07 | pitrou | link | issue17936 messages |
| 2013-05-13 09:19:07 | pitrou | create | |