Le mer. 6 mai 2020 à 22:10, Serhiy Storchaka <storch...@gmail.com> a écrit : > I am wondering how much 3.9 will be slower than 3.8 in single-thread > single-interpreter mode after getting rid of all process-wide singletons > and caches (Py_None, Py_True, Py_NonImplemented. small integers, > strings, tuples, _Py_IDENTIFIER, _PyArg_Parser, etc). Not mentioning > breaking binary compatibility.
There is no plan to remove caches like small integers, _Py_IDENTIFIER or _PyArg_Parser. The plan is to make these caches "per-interpreter". I already modified small integers to make them per-interpreter. Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ 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/5XMPJQXMET3XFDXTBQHJB2O26X4UVX3Q/ Code of Conduct: http://python.org/psf/codeofconduct/