Skip to content

Issue when pickling a formal function #11919

@sagetrac-cdsousa

Description

@sagetrac-cdsousa

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions