Message116491
On Wed, Sep 15, 2010 at 5:33 PM, Antoine Pitrou <report@bugs.python.org> wrote:
..
> As I said in #9315, I think this kind of thing (bytecode traces) is an implementation detail; the changes
> in results shouldn't be regarded as breaking compatibility.
In r74132, an attempt was made to rationalize and document line
tracing. While it is an implementation detail, I don't think people
expect it to be platform dependent in CPython implementation. "With
computed gotos" was supposed to be a pure optimization. I find it
very surprising that it changes tracing behavior.
> The only problem I could see would be if a whole line of code would be "forgotten".
This is exactly what my example demonstrates. |
|
Date |
User |
Action |
Args |
2010-09-15 21:46:33 | belopolsky | set | recipients:
+ belopolsky, georg.brandl, collinwinter, rhettinger, terry.reedy, amaury.forgeotdarc, pitrou, alexandre.vassalotti, jyasskin, ezio.melotti, eli.bendersky, flox, teresap989 |
2010-09-15 21:46:31 | belopolsky | link | issue9866 messages |
2010-09-15 21:46:29 | belopolsky | create | |
|