[issue9136] RuntimeError when profiling Decimal

Mark Dickinson report at bugs.python.org
Thu Jul 1 13:53:48 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> it looks like 'locals()' is somewhat magical

... and Objects/frameobject.c is the place to go for a full understanding.  PyFrame_FastToLocals is the 'updating' function that updates the locals dict from the 'fast locals' object.

----------

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


More information about the Python-bugs-list mailing list