Message311452
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.
*/
``` |
|
| 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 | |
|