July 15, 2004

Python::Bytecode

FWIW, this is up to version 2.5. (I see something fetching the 2.2 archive, but I've not looked at what's doing it) If you want to play, install that from CPAN, though it seems to have test issues on some systems that I need to track down at some point, to duck the smoke test messages if nothing else.

This version added support for reading complex numbers, unicode strings, and proper handling (I think) of bignums. With this release all the piethon bytecode can be read without error, though of course that's a big step away from actually doing anything with it.

Posted by Dan at July 15, 2004 10:18 AM | TrackBack (0)
Comments

Well, it's at least a big step away from not being able to even read it, of course. :-)

Keeping my fingers crossed! :-)

Posted by: Aristotle at July 15, 2004 05:16 PM