[issue19585] Frame annotation

Nick Coghlan report at bugs.python.org
Mon Nov 25 22:19:35 CET 2013


Nick Coghlan added the comment:

A nested function will always share the code object between its instances -
the nested code object is a compile time constant stored as part of the
containing code object.

Any code object attribute must be consistent for the lifetime of the object.

----------

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


More information about the Python-bugs-list mailing list