[Python-Dev] SET_LINENO and python options (original) (raw)
Vladimir Marangozov Vladimir.Marangozov@inrialpes.fr
Tue, 1 Aug 2000 11:53:36 +0200 (CEST)
- Previous message: [Python-Dev] Access to the Bug Database
- Next message: [Python-Dev] InfoWorld July 17 looks at Zope and Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro wrote:
Isn't that what the code object's colnotab is for? I thought the idea was to dispense with SETLINENO altogether and just compute line numbers using colnotab on those rare occasions (debugging, tracebacks, etc) when you needed them.
Don't worry about it anymore. It's all in Postponed patch #101022 at SF. It makes the current "-O" the default (and uses co_lnotab), and reverts back to the current default with "-d".
I give myself a break on this. You guys need to test it now and report some feedback and impressions. If only to help Guido making up his mind and give him a chance to pronounce on it .
[?!ng]
Anyway, i suppose this is all rather moot now that Vladimir has a clever scheme for tracing even without SETLINENO. Go Vladimir! Your last proposal sounded great.
Which one? They are all the latest . See also the log msg of the latest tiny patch update at SF.
-- Vladimir MARANGOZOV | Vladimir.Marangozov@inrialpes.fr http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
- Previous message: [Python-Dev] Access to the Bug Database
- Next message: [Python-Dev] InfoWorld July 17 looks at Zope and Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]