Skip to content

Commit 2e2860f

Browse files
m-rauenschneiderfelipe
authored andcommitted
change maxsize of copy_unhashable
1 parent a673b6c commit 2e2860f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

overreact/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
__docformat__ = "restructuredtext"
66

7-
#import pkg_resources as _pkg_resources
87
from importlib.metadata import version
98

109
from overreact.api import (

overreact/_misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import overreact as rx
1616
from overreact import _constants as constants
1717

18-
def copy_unhashable(maxsize=100000, typed=False):
18+
def copy_unhashable(maxsize=128, typed=False):
1919
"""Creates a copy of the arrays received by lru_cache and make them hashable, therefore maintaining the arrays to be passed and caching prototypes of those arrays.
2020
2121
Insipired by:

0 commit comments

Comments
 (0)