commit | 6f73874edd30afaa9580f63d3ba0f1ea9c4b09b7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Feb 25 01:22:36 2012 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Feb 25 01:22:36 2012 +0100 |
tree | 2f0e2d2ca36b96315439cc3fbe6c87aeb9abc548 | |
parent | b0800dc53bdcb77b6fb7c07645460b7954792290 [diff] |
Close #14095: type.__new__() doesn't remove __qualname__ key from the class dict anymore if the key is present. Reject also non-string qualified names. And fix reference leaks in type.__new__().