]> granicus.if.org Git - python/commit
General cleanup in preparation for a bugfix: removed unused code, useless
authorTim Peters <tim.peters@gmail.com>
Sun, 10 Sep 2000 05:22:54 +0000 (05:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 10 Sep 2000 05:22:54 +0000 (05:22 +0000)
commitbb307343e4d2f2781249e560090260d121607626
treec8115594e434852e26678559e03816bdc2f897ea
parentd0e4b42ee241b29cc924b18f4c1efd29723c85cf
General cleanup in preparation for a bugfix:  removed unused code, useless
declarations, added some comments where I had to think too hard to
understand what was happening, and changed the primary internal get/set
functions to assert they're passed objects of the correct type instead of
doing runtime tests for that (it's an internal error that "should never
happen", so it's good enough to check it only in the debug build).
Modules/arraymodule.c