<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 30 November 2017 at 22:08, Ilya Kulakov <span dir="ltr"><<a href="mailto:kulakov.ilya@gmail.com" target="_blank">kulakov.ilya@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">As explained in PEP 560, creation of Generic subclasses is much slower (~7x on my machine).<div>My guess is that a limited number of applications actually need Generic classes at "production" runtime (i.e. when not under analysis of mypy or IDE).<div><br></div><div>I propose a special class that will alias typing.Generic whenever typing.TYPE_CHECKING == True and a no-op stub otherwise.</div></div><br></div></blockquote><div><br></div><div>FWIW, with PEP 560 generic classes will stay generic at runtime. I am not sure what you mean by this, but</div><div>practically all existing runtime APIs (with few exceptions, see PEP 560) for generics will stay.</div><div><br></div><div>--</div><div>Ivan</div><div><br></div><div><br></div></div></div></div>