-
-
Notifications
You must be signed in to change notification settings - Fork 677
Closed
Description
There is a problem in symbolic function pickling:
sage: x = var('x'); f = function('f',x) ; s = dumps(f) ; loads(s)
RuntimeError: unknown function 'f' in archive
The error was not present in Sage 4.7 but it is in newer versions.
It was suggested (http://groups.google.com/group/sage-support/browse_thread/thread/b439844f2fa0b675) that it is related to Pynac.
Pynac was updated to 0.2.2 (sage-4.7.1.alpha1) and then to 0.2.3
(sage-4.7.1.alpha4) according to sage 4.7.1 changelog.
CC: @jpflori @burcin @jasongrout @sagetrac-dsm @orlitzky
Component: symbolics
Keywords: pynac
Author: Michael Orlitzky
Reviewer: Nils Bruin, Burcin Erocal
Merged: sage-5.1.beta1
Issue created by migration from https://trac.sagemath.org/ticket/11919