#10962: Set_PythonType objects are not picklable
----------------------------+-----------------------------------------------
       Reporter:  stumpc5   |         Owner:  was         
           Type:  defect    |        Status:  needs_review
       Priority:  major     |     Milestone:              
      Component:  pickling  |    Resolution:              
       Keywords:            |   Work issues:              
Report Upstream:  N/A       |     Reviewers:              
        Authors:            |     Merged in:              
   Dependencies:            |      Stopgaps:              
----------------------------+-----------------------------------------------

Comment (by vdelecroix):

 Hi,

 I added a relatively fast check at the very begining of the __init__
 method that verifies that the argument is a type or not (using the
 function `PyType_Check` from the C-API. It is the cause of many errors
 (see the log of the patchbot) and I do not know whether it is a good thing
 to check...

 See the following [http://groups.google.com/group/sage-
 devel/browse_thread/thread/8f28e2637e92e1c1 sage-devel thread].

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10962#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to