[issue2472] Fixed block ordering code in compiler.pyassem

2009-02-06 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Thanks Antoine. For some reason I don't think I ever got an email about > this issue. I did some further cleanups and optimizations. Committed > as SVN rev 69373. Thanks! If I knew you hadn't received any notification I would have tried to ping you... I'm

[issue2472] Fixed block ordering code in compiler.pyassem

2009-02-06 Thread Neil Schemenauer
Neil Schemenauer added the comment: Thanks Antoine. For some reason I don't think I ever got an email about this issue. I did some further cleanups and optimizations. Committed as SVN rev 69373. Lib/compiler is still in need of some fixing since it doesn't handle decorators and some other ne

[issue2472] Fixed block ordering code in compiler.pyassem

2008-03-25 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Neal, I don't have sufficient permissions to assign bugs to anybody, but here you are in the nosy list. :) -- nosy: +nascheme __ Tracker <[EMAIL PROTECTED]> _

[issue2472] Fixed block ordering code in compiler.pyassem

2008-03-24 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: By enabling TEST_ALL I've just run ``test_compiler.CompilerTest.testCompileLibrary`` against the whole stdlib, and there were no errors. It's a good sign :-) __ Tracker <[EMAIL PROTECTED]>

[issue2472] Fixed block ordering code in compiler.pyassem

2008-03-24 Thread Antoine Pitrou
Changes by Antoine Pitrou <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9839/fixcompiler.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

[issue2472] Fixed block ordering code in compiler.pyassem

2008-03-24 Thread Antoine Pitrou
Changes by Antoine Pitrou <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9838/fixcompiler.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Pyt

[issue2472] Fixed block ordering code in compiler.pyassem

2008-03-24 Thread Antoine Pitrou
New submission from Antoine Pitrou <[EMAIL PROTECTED]>: This is a rewrite of the block ordering code in the compiler package (specifically, the flowgraph part). The previous code was littered with self-admitted "hacks", "fixups" and "XXX" :-) They are all removed and replaced with a clean ``order