See "A formal specification for the (C)Python virtual machine - Python Language Summit 2020" by Mark Shannon: https://pyfound.blogspot.com/2020/04/a-formal-specification-for-cpython.html
Victor On Fri, Feb 12, 2021 at 7:40 PM Dan Stromberg <[email protected]> wrote: > > > What would it take to create an ANSI, ECMA and/or ISO standard for Python? > > It seems to have really helped C. > > It looks like Java isn't standardized, and it's done OK, though perhaps it > was healthier in the past - before Oracle decided API's were ownable. > > I think standardizing Python might be really good for controlling its growth > and avoiding featuritis. > > _______________________________________________ > 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/JZYW4JOTANYIOLYDQ6YHRUP2TWO52OAE/ > Code of Conduct: http://python.org/psf/codeofconduct/ -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ 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/2NHEU5AZS3GHJXYAJPFMS27NY737BSPT/ Code of Conduct: http://python.org/psf/codeofconduct/
