[issue2472] Fixed block ordering code in compiler.pyassem

2009-02-06 Thread Neil Schemenauer
Neil Schemenauer nas-pyt...@arctrix.com 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

[issue2472] Fixed block ordering code in compiler.pyassem

2009-02-06 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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

[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] http://bugs.python.org/issue2472

[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

[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] http://bugs.python.org/issue2472 __ ___

[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] http://bugs.python.org/issue2472 __ ___

[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]