[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


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



More information about the Python-Dev mailing list