michilu / python-functools32

Backport of the functools module from Python 3.2.3 for use with Python 2.7 and PyPy. Includes `lru_cache` (Least-recently-used cache decorator)
http://pypi.python.org/pypi/functools32
Other
52 stars 14 forks source link

Python 3.7.2 source code install failed #11

Closed gaxuhongyu closed 3 years ago

gaxuhongyu commented 5 years ago

ENV: Python 3.7.2 (default, Feb 12 2019, 08:15:36) [Clang 10.0.0 (clang-1000.11.45.5)] on darwin

` ⇒ python setup.py install

This backport is for Python 2.7 only. `

jabdoa2 commented 3 years ago

Just use functools instead of functools32. The latter is a backport of the former.