You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some gnarly code that works to ensure that C and Python versions of objects can be pickled and unpickled the same, especially so that unpickling a BTree always uses the currently available/selected implementation (C or Python).
I suspect that the reductions to boilerplate should make this much simpler.
There's some gnarly code that works to ensure that C and Python versions of objects can be pickled and unpickled the same, especially so that unpickling a BTree always uses the currently available/selected implementation (C or Python).
I suspect that the reductions to boilerplate should make this much simpler.
BTrees/BTrees/_module_builder.py
Lines 49 to 52 in d49ff39
The text was updated successfully, but these errors were encountered: