commit | 06032cb664d1ffade76558be53d47d1727dfe74d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Apr 06 09:37:35 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Apr 06 09:37:35 2004 +0000 |
tree | 3174191973b60031b1647d087ee6b2c96546d84e | |
parent | 4057483164f96195bf7482e0bf188028f74fcd44 [diff] |
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.