#13868: Deal with hooked tp_* functions when using a debug build of Python
--------------------------------+-------------------------------------------
Reporter: jpflori | Owner: GeorgSWeber
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.6
Component: build | Resolution:
Keywords: hook debug | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Volker Braun | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Comment (by jdemeyer):
I don't know whether ''indented'' preprocessor directives like
{{{
#if ...
#define ...
#endif
}}}
are standard C. Maybe they are, but usually this is written as
{{{
#if ...
#define ...
#endif
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13868#comment:13>
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.