[Python-Dev] PEP 330 Python bytecode verification

Michel Pelletier michel at dialnetwork.com
Tue Jun 1 12:51:10 EDT 2004


On Tuesday 01 June 2004 08:26, Guido van Rossum wrote:

> Shouldn't at least the MAKE_CLOSURE opcode be changed before we move
> forward with this?

Certainly, currently the verify code doesn't handle it and only verifies 
really simple code.  I need to look at the MAKE_CLOSURE problem and put a 
section on it in the PEP, but I haven't gotten that far.

I released the PEP and code now to see if anyone else had any comments at this 
point.

-Michel



More information about the Python-Dev mailing list