]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Coded WHY flags as bitfields (taking inspiration from tp_flags).
authorRaymond Hettinger <python@rcn.com>
Tue, 6 Apr 2004 09:37:35 +0000 (09:37 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 6 Apr 2004 09:37:35 +0000 (09:37 +0000)
commit06032cb664d1ffade76558be53d47d1727dfe74d
tree3174191973b60031b1647d087ee6b2c96546d84e
parent4057483164f96195bf7482e0bf188028f74fcd44
Coded WHY flags as bitfields (taking inspiration from tp_flags).

This allows multiple flags to be tested in a single compare
which eliminates unnecessary compares and saves a few bytes.
Python/ceval.c