3 Dec
2019
3 Dec
'19
9:10 a.m.
On Wed, Dec 4, 2019 at 3:20 AM Mark Shannon <mark@hotpy.org> wrote:
Hi Everyone,
I am proposing a new PEP, still in draft form, to impose a limit of one million on various aspects of Python programs, such as the lines of code per module.
Any thoughts or feedback?
The main justification for these is performance, if I'm reading this correctly. Have you measured anything to find out just how much you gain? Arbitrary limits are always annoying when you hit them, so it would be nice to see how much benefit there is first. ChrisA