We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64577d6 commit 0217fbdCopy full SHA for 0217fbd
src/sage/misc/fpickle.pyx
@@ -110,8 +110,7 @@ def call_pickled_function(fpargs):
110
try:
111
import sage.all as toplevel
112
except ImportError:
113
- import sage.all__sagemath_objects as toplevel
114
- from sage.misc.fpickle import unpickle_function # used below
+ import sage.all__sagemath_categories as toplevel
115
(fp, (args, kwds)) = fpargs
116
f = eval("unpickle_function(fp)", toplevel.__dict__, {'fp': fp})
117
res = eval("f(*args, **kwds)", toplevel.__dict__,
0 commit comments