[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Python ceval.c,2.207,2.208

Guido van Rossum guido@python.org
Wed, 11 Oct 2000 09:54:54 -0500


> Can't user Python code, fiddling around with bytecode, produce garbled
> bytecode? In that case, it seems  even better to raise an exception.

Yes, they can produce garbled bytecode, and if that is detected, it's
not safe to proceed.  So a fatal error is the right thing.

--Guido van Rossum (home page: http://www.python.org/~guido/)