mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-09 11:50:09 +08:00
PERF: Reimplemented remember_last with a weak_lru_cache
which won't leak instances whose methods have been decorated (specifically DataPortal instances) MAINT: Not using functools32 anymore
This commit is contained in:
@@ -33,9 +33,6 @@ cyordereddict==0.2.2
|
||||
# faster array ops.
|
||||
bottleneck==1.0.0
|
||||
|
||||
# lru_cache
|
||||
functools32==3.2.3.post2;python_version<'3.0'
|
||||
|
||||
contextlib2==0.4.0
|
||||
|
||||
# networkx requires decorator
|
||||
|
||||
Reference in New Issue
Block a user