<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 4:37 PM, Alexander Belopolsky <span dir="ltr"><<a href="mailto:alexander.belopolsky@gmail.com" target="_blank">alexander.belopolsky@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On the second thought, why can't the parser simply replace A with 'A' in annotations that appear in the body of class A?  This will only break somewhat pathological code that defines A before it is (re)defined by the class statement. </blockquote></div><br>Then the default metaclass (type) can go over the annotations and replace 'A' with A that it just computed.</div></div>