[Python-Dev] Is core dump always a bug? Advice requested (original) (raw)
Fred L. Drake, Jr. fdrake at acm.org
Tue May 11 11:19:37 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 ]
On Tuesday 11 May 2004 10:59 am, Bob Ippolito wrote:
Then you should give up .pyc files, because I'd imagine they have the problems as ceval does if someone decided to change some stuff by hand.
No; if the bytecode verification is faster (I'd expect so), then you just need to verify the bytecode loaded from .pyc/.pyo files the same way new.code() and new.function() should.
-Fred
-- Fred L. Drake, Jr. PythonLabs at Zope Corporation
- 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 ]