On Wed, Dec 4, 2019 at 3:20 AM Mark Shannon <m...@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 _______________________________________________ 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/MD3IOMWQCGMR3JDZGYZO2JE4P2Z5XIMZ/ Code of Conduct: http://python.org/psf/codeofconduct/