Message311452
| Author | delimitry |
|---|---|
| Recipients | delimitry, docs@python, yselivanov |
| Date | 2018-02-01.17:16:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1517505411.15.0.467229070634.issue32743@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In the comments to `hamt_node_collision_without` function in hamt.c module, I think should be `so convert` instead of `co convert`:
```
if (new_count == 1) {
/* The node has two keys, and after deletion the
new Collision node would have one. Collision nodes
- with one key shouldn't exist, co convert it to a
+ with one key shouldn't exist, so convert it to a
Bitmap node.
*/
``` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-01 17:16:51 | delimitry | set | recipients: + delimitry, docs@python, yselivanov |
| 2018-02-01 17:16:51 | delimitry | set | messageid: <1517505411.15.0.467229070634.issue32743@psf.upfronthosting.co.za> |
| 2018-02-01 17:16:51 | delimitry | link | issue32743 messages |
| 2018-02-01 17:16:51 | delimitry | create | |