[Python-Dev] Is core dump always a bug? Advice requested (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Mon May 10 21:57:09 EDT 2004
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 +--------------------------------------+
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]