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

Removing throwing an error from the _dummy_thread32 as it causes issues ... #1

Open akovari opened 10 years ago

akovari commented 10 years ago

...and doesn't seem to add any value.

michilu commented 9 years ago

@akovari What do you got some problems? I want keep compatibility with origin Python 3.2.x.