Message 244708 - Python tracker
Message244708
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, skrah, yselivanov |
| Date | 2015-06-02.22:47:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1433285265.0.0.645565628182.issue24362@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's a patch that adds stores the hash on each node. This eliminates the need to call PyObject_Hash when rebuilding the fast nodes table during a resize. The patch also drops a superfluous while loop. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-02 22:47:45 | eric.snow | set | recipients: + eric.snow, skrah, yselivanov |
| 2015-06-02 22:47:45 | eric.snow | set | messageid: <1433285265.0.0.645565628182.issue24362@psf.upfronthosting.co.za> |
| 2015-06-02 22:47:44 | eric.snow | link | issue24362 messages |
| 2015-06-02 22:47:44 | eric.snow | create | |