#13868: Deal with hooked tp_* functions when using a debug build of Python
-------------------------------+--------------------------------------------
       Reporter:  jpflori      |         Owner:  GeorgSWeber
           Type:  enhancement  |        Status:  new        
       Priority:  major        |     Milestone:  sage-5.6   
      Component:  build        |    Resolution:             
       Keywords:  hook debug   |   Work issues:             
Report Upstream:  N/A          |     Reviewers:             
        Authors:               |     Merged in:             
   Dependencies:               |      Stopgaps:             
-------------------------------+--------------------------------------------

Comment (by vbraun):

 In fact, thats commented out:
 {{{
         # This line is only needed if Python is compiled in debugging
         # mode './configure --with-pydebug'. If that is the case a Python
         # object has a bunch of debugging fields which are initialized
         # with this macro. For speed reasons, we don't call it if Python
         # is not compiled in debug mode. So uncomment the following line
         # if you are debugging Python.

         #PyObject_INIT(new, (<RichPyObject*>global_dummy_Integer).ob_type)
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13868#comment:1>
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