[Python-Dev] Pie-thon at OSCON 2004? (original) (raw)

Guido van Rossum guido at python.org
Thu Jul 15 04:53:53 CEST 2004


> It's Python 2.3 bytecode, but the 2.4 CVS implementation is allowed. > (Did we change the bytecode at all?)

Added two new codes (LISTAPPEND and NOP). No other changes, so 2.3 bytecode should just run fine.

Except that the magic number changed. Can we modify import.c so that it accepts the 2.3 magic number as well?

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list