[issue6042] Document and slightly simplify lnotab tracing

2009-07-30 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: The patch was merged to 3.x in r74132. -- assignee: jyasskin -> nosy: +alexandre.vassalotti resolution: -> accepted status: open -> closed ___ Python tracker __

[issue6042] Document and slightly simplify lnotab tracing

2009-05-23 Thread Jeffrey Yasskin
Changes by Jeffrey Yasskin : -- assignee: -> jyasskin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue6042] Document and slightly simplify lnotab tracing

2009-05-23 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Committed to trunk in r72879. I'll wait to merge it to 3.x until 3.1 has been released, since we're approaching the release candidate there. -- stage: patch review -> committed/rejected ___ Python tracker

[issue6042] Document and slightly simplify lnotab tracing

2009-05-22 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: I had two reasons to change PyCode_CheckLineNumber to _PyCode_CheckLineNumber: First, its behavior is changing without its signature changing. Without a name change, that could break users silently (if there are any codesearch missed). Second, I think it's an i

[issue6042] Document and slightly simplify lnotab tracing

2009-05-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: I'm not sure why you changed PyCode_CheckLineNumber to _PyCode_CheckLineNumber. Other than that, I suppose you know what you're doing :) -- ___ Python tracker _

[issue6042] Document and slightly simplify lnotab tracing

2009-05-21 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: I've fixed #1689458. Here's a new version of the patch with the simplifying tweaks to PyCode_CheckLineNumber() so y'all can see what that looks like. If I don't get any substantive comments by the weekend (thanks Antoine for the docs +1 :), I'll assume I've lo

[issue6042] Document and slightly simplify lnotab tracing

2009-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: I can't say anything about the simplification since I never use tracing, but +1 at least on the doc cleanup. -- nosy: +pitrou ___ Python tracker ___

[issue6042] Document and slightly simplify lnotab tracing

2009-05-17 Thread Georg Brandl
Georg Brandl added the comment: Jeffrey, while you're at lnotab stuff, could you have a look at #1689458 as well? -- nosy: +georg.brandl ___ Python tracker ___ __

[issue6042] Document and slightly simplify lnotab tracing

2009-05-16 Thread Collin Winter
Changes by Collin Winter : -- nosy: +collinwinter ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue6042] Document and slightly simplify lnotab tracing

2009-05-16 Thread Jeffrey Yasskin
New submission from Jeffrey Yasskin : lnotab-based tracing is very complicated and isn't documented very well. There were at least 3 comment blocks purporting to document co_lnotab, and none did a very good job. This patch unifies them into Objects/lnotab_notes.txt which tries to completely captu