On Fri, 7 May 2021 23:20:55 +0100
Irit Katriel via Python-Dev <python-dev@python.org> wrote:
> On Fri, May 7, 2021 at 10:52 PM Pablo Galindo Salgado <pablog...@gmail.com>
> wrote:
> 
> >
> > The cost of this is having the start column number and end column number
> > information for every bytecode instruction
> >  
> 
> 
> Is it really every instruction? Or only those that can raise exceptions?

I think almost any instruction can be interrupted with
KeyboardInterrupt (or any other asynchronously-raised exception).

Regards

Antoine.


_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/HMX327TD72DOTCAE2TGJRKFHF4H4ZWEC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to