[sage-devel] Re: pickling objects in gap session.

2012-05-20 Thread mmarco
I undrestand now. Thank you very much. I solved the issue. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-dev

[sage-devel] Re: pickling objects in gap session.

2012-05-19 Thread Simon King
Hi Marco, On 20 Mai, 00:17, mmarco wrote: > If i have understood you correctly, that means that i cannot store a > gap object as an attribute of the class. Do you really mean "attribute of the class", or "attribute of a class instance"? Anyway, I don't see how that impression could come accross

[sage-devel] Re: pickling objects in gap session.

2012-05-19 Thread mmarco
If i have understood you correctly, that means that i cannot store a gap object as an attribute of the class. That means that each time element._gap_ is called the gap object should be created, right? I am afraid that it would be horribly slow (my code is already very slow becauseit uses the sage-

[sage-devel] Re: pickling objects in gap session.

2012-05-19 Thread Simon King
Hi Marco, On 2012-05-19, mmarco wrote: > Working on an implementation of free groups (ticket #12339), i have > found the following problem. I can loads-dumps free groups correctly, > but when i try to do the sme with free group elements, i get the > following error: I think that is a known probl