#13864: Configure Python with pydebug when SAGE_DEBUG is set
------------------------------------------------------------------------------------------+
Reporter: jpflori
| Owner: jason
Type: task
| Status: needs_work
Priority: major
| Milestone: sage-pending
Component: misc
| Resolution:
Keywords: python spkg
| Work issues: make sure Sage builds and starts
Report Upstream: N/A
| Reviewers: Volker Braun
Authors: Jean-Pierre Flori
| Merged in:
Dependencies: #13865, #13867, #13868, #13876, #13832, #10352, #13878,
#13882, #13889 | Stopgaps:
------------------------------------------------------------------------------------------+
Comment (by jpflori):
Replying to [comment:103 SimonKing]:
> I lost track: Is there a ticket in which the question is discussed
whether or not one should have `self.D._refcache.__delitem__((k1,k2,k3))`
or `del self.D._refcache[k1,k2,k3]` in the `TripleDict` code from #715?
>
> Anyway, I see that the latter version of the code gives rise to a
shorter C-code, and reportedly it fixes some problem. So, I think there
''should'' be a ticket.
Indeed, it avoids the method name resolution and the creation of a tuple.
And so potentially give less chances that garbage collections happen
during the callback.
So I'm for this change as well.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13864#comment:104>
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.