]> granicus.if.org Git - python/commit
Used operators from abstract.h where possible (arithmetic operators,
authorGuido van Rossum <guido@python.org>
Tue, 6 May 1997 15:06:49 +0000 (15:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 May 1997 15:06:49 +0000 (15:06 +0000)
commitfc49073cd05878bdaf8e67aa26df30e32dc4b187
treef8bac95b4cb77f11abc68e3de9286c37f22408de
parenta1ebdbddb3e079bf9d3b00d2f25483b6b2cf3b9c
Used operators from abstract.h where possible (arithmetic operators,
get/set/del item).  This removes a pile of duplication.  There's no
abstract operator for 'not' but I removed the function call for it
anyway -- it's a little faster in-line.
Python/ceval.c