Message 244667 - Python tracker
Message244667
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, skrah |
| Date | 2015-06-02.14:00:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1433253631.63.0.422253960427.issue24362@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Between comments on issue16991 and review comments there, it's clear that the implementation of _odict_resize and _odict_get_index in Objects/odictobject.c are too complicated to be a long-term solution. simplifying the approach to avoid recursion should help substantially. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-02 14:00:31 | eric.snow | set | recipients: + eric.snow, skrah |
| 2015-06-02 14:00:31 | eric.snow | set | messageid: <1433253631.63.0.422253960427.issue24362@psf.upfronthosting.co.za> |
| 2015-06-02 14:00:31 | eric.snow | link | issue24362 messages |
| 2015-06-02 14:00:31 | eric.snow | create | |