-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I introduced the problem in 1.6.2 for using the dependency_injector library.
dependency_injector creates a deep copy for you (maybe someday, when and why, it will happen).
How to check:
from copy import deepcopy
import frozenlist from FrozenList
deepcopy(FrozenList([1, 2, 3]))Error: TypeError: self._frozen cannot be converted to a Python object for pickling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers