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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27985>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to