[Python-Dev] Re: Critique of PEP 657 -- Include Fine Grained Error Locations in Tracebacks

2021年5月17日 09:28:15 -0700

> While nicer locations for errors is great, it won't be popular if it has
> a negative impact on performance.
> Locations need to tracked through the compiler.
In performance sensitive contexts won't most code be pre-compiled into
pyc files anyway? I feel like the performance cost of accurate column
tracking in the compiler isn't too big of a concern unless I'm missing
something.
_______________________________________________
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/JDRA26FG5TXD3D7VMLE2UNKQQ4WIHLEF/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to