]> granicus.if.org Git - python/commit
Vladimir has restructured his code somewhat so that the blocks are now
authorGuido van Rossum <guido@python.org>
Fri, 12 Mar 1999 19:43:17 +0000 (19:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Mar 1999 19:43:17 +0000 (19:43 +0000)
commit3fce8839223bf387257f3fd30545d796ba38f1fe
tree33b64133e524ad8865c09edb0bec620984b42b29
parent4edf656402ad396fc9aed6009ba85c77a4978d79
Vladimir has restructured his code somewhat so that the blocks are now
represented by an explicit structure.  (There are still too many casts
in the code, but that may be unavoidable.)

Also added code so that with -vv it is very chatty about what it does.
Objects/floatobject.c
Objects/intobject.c