diff options
author | Guido van Rossum <guido@python.org> | 2001-05-02 15:13:44 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-05-02 15:13:44 +0000 |
commit | b1f35bffe5f2ce456854d4e8c8075a0d58e8eb02 (patch) | |
tree | 8ac7d314d24fca271fefc0f97107d1f2a44850b7 /Python/getargs.c | |
parent | 542fe56cb9ed36bd8af8bd5cbfba9cdc7f3514f0 (diff) | |
download | cpython-git-b1f35bffe5f2ce456854d4e8c8075a0d58e8eb02.tar.gz |
Mchael Hudson pointed out that the code for detecting changes in
dictionary size was comparing ma_size, the hash table size, which is
always a power of two, rather than ma_used, wich changes on each
insertion or deletion. Fixed this.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions