[issue9136] RuntimeError when profiling Decimal

Mark Dickinson report at bugs.python.org
Thu Jul 1 11:27:23 CEST 2010


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

I can't reproduce this on Linux.  However, I've seen an informal report of something like this happening before.  It looks a lot like something threading related, but I don't see any threads in what you're doing.  (Though I don't know the details of how the profile module works, on either Linux or Windows.)

The use of locals() in the Context constructor is an unnecessary hack that's easy to fix;  I'll do that.  But it would still be good to understand exactly where this is coming from.

----------
assignee:  -> mark.dickinson

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


More information about the Python-bugs-list mailing list