[Python-Dev] lltrace (original) (raw)
Kristján Valur Jónsson kristjan at ccpgames.com
Sat Apr 14 11:14:08 CEST 2007
- Previous message: [Python-Dev] Changes to decimal.py
- Next message: [Python-Dev] __lltrace__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello again. So, using lltrace, I stumbled over a crashbug (to which I have already submitted a fix).i To trigger the crash, I modified lib/test/test_trace.py, lines 609 onwards: def test_16_no_jump_into_finally_block(self): globals()["lltrace"] = 1 self.run_test(no_jump_into_finally_block) del globals()["lltrace"]
This would crash in all versions I tried. Now, I wonder, is it worth it adding a regression test for the lltrace functionality? I realize it is a debug feature, only availible in debug builds, for debugging python itself, on the other hand, it had been broken for a long time and no one had noticed, hence perhaps the need for a test?
What do you think?
Kristján -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20070414/9a05c088/attachment.htm
- Previous message: [Python-Dev] Changes to decimal.py
- Next message: [Python-Dev] __lltrace__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]