Commit fd5fe14a authored by Raymond Hettinger's avatar Raymond Hettinger

merge

parents 3d8fcfe0 381dc6c2
import sys import sys
from types import MappingProxyType, DynamicClassAttribute from types import MappingProxyType, DynamicClassAttribute
from functools import reduce from functools import reduce
from operator import or_ as _or_, and_ as _and_, xor, neg from operator import or_ as _or_
# try _collections first to reduce startup cost # try _collections first to reduce startup cost
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment