[Python-Dev] Is core dump always a bug? Advice requested

Greg Ewing greg at cosc.canterbury.ac.nz
Mon May 10 21:57:09 EDT 2004


Terry Reedy <tjreedy at udel.edu>:

> Or is ceval intended to be robust against random strings masquerading
> as valid byte code (which would seem require an InvalidByteCode
> exception).

As long as it's possible to attempt to execute arbitrary strings
as bytecode, I'd say ceval should be robust against this.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+



More information about the Python-Dev mailing list