]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added shift and mask ops.
authorGuido van Rossum <guido@python.org>
Thu, 24 Oct 1991 14:59:31 +0000 (14:59 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 Oct 1991 14:59:31 +0000 (14:59 +0000)
commit7928cd7636060c09da613d6f226a54903b86740a
treea098fc51fb6d3beb0efc3a7905c762190443b183
parent7a6dfa7d79597f29866033ecf648457fe7572a8f
Added shift and mask ops.
Include/opcode.h
Include/token.h
Objects/intobject.c
Python/ceval.c
Python/compile.c