]> granicus.if.org Git - python/commit
Convert relevant dict internals to Py_ssize_t.
authorTim Peters <tim.peters@gmail.com>
Tue, 30 May 2006 04:16:25 +0000 (04:16 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 30 May 2006 04:16:25 +0000 (04:16 +0000)
commit9b10f7e0cbacad9be6375f0e6dbf70cf18574e6b
tree000aabf5a76a04c9166578c1c8c22363c1ae8d12
parent1e44ca94acc5e93ab21aacded7046ee5171c40cd
Convert relevant dict internals to Py_ssize_t.

I don't have a box with nearly enough RAM, or an OS,
that could get close to tickling this, though (requires
a dict w/ at least 2**31 entries).
Include/dictobject.h
Objects/dictobject.c