On Fri, 7 May 2021 23:20:55 +0100
Irit Katriel via Python-Dev <[email protected]> wrote:
> On Fri, May 7, 2021 at 10:52 PM Pablo Galindo Salgado <[email protected]>
> 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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/HMX327TD72DOTCAE2TGJRKFHF4H4ZWEC/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to