This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2008-03-23.14:18:07
SpamBayes Score 0.13991478
Marked as misclassified No
Message-id <1206281893.4.0.676684290504.issue2459@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch includes surgery to the compiler package (especially
flowgraph trickery) in order to make it work with the new opcodes. I
think my changes are sane but since the package seems basically
untested, unmaintained and almost unused, there may be some glitches.
However, test_compiler passes.

(test_dis will need to be updated for the new opcodes, not a big deal)
History
Date User Action Args
2008-03-23 14:18:14pitrousetspambayes_score: 0.139915 -> 0.13991478
recipients: + pitrou
2008-03-23 14:18:13pitrousetspambayes_score: 0.139915 -> 0.139915
messageid: <1206281893.4.0.676684290504.issue2459@psf.upfronthosting.co.za>
2008-03-23 14:18:12pitroulinkissue2459 messages
2008-03-23 14:18:12pitroucreate