(original) (raw)

On 15 November 2017 at 06:26, Ivan Levkivskyi <levkivskyi@gmail.com> wrote:
After some discussion on python-ideas, see https://mail.python.org/pipermail/python-ideas/2017-September/047220.html, this PEP received positive comments. The updated version that takes into account the comments that appeared in the discussion so far is available at https://www.python.org/dev/peps/pep-0560/

I don't have anything to add to the python-ideas comments you already incorporated, so +1 for this version from me.

\* \`\`importlib.reload(typing)\`\` is up to 7x faster

Nice! That's getting much closer to the "negligible" range, even for command line apps.

Cheers,
Nick.

--
Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia