As I find poking around in the guts of Python::Bytecode. In this case, it looks like some bits of the python bytecode spec went from being 16-bit to 32-bit quantities. As you might imagine that makes just the tiniest difference when digging the guts out.
Looks like I need to implement a few extra basic types (at the moment python's extended precision integer) to get this all working properly. Should be fun.
Posted by Dan at May 19, 2004 04:22 PM | TrackBack (0)