[issue27985] Implement PEP 526

Yury Selivanov report at bugs.python.org
Thu Sep 8 14:14:29 EDT 2016


Yury Selivanov added the comment:

Ivan, take a look at my patch - i've fixed the refleak.  It was in STORE_ANNOTATION opcode, you didn't DECREF `ann` consistently in all error branches.  Also, you should never "break" in ceval -- only "goto error" or "DISPATCH()"

----------
Added file: http://bugs.python.org/file44474/hg-pep-526-v3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27985>
_______________________________________


More information about the Python-bugs-list mailing list