[issue9980] str(float) failure

Eric Smith report at bugs.python.org
Thu Sep 30 00:05:32 CEST 2010


Eric Smith <eric at trueblade.com> added the comment:

I agree that in an ideal world there would not be a dependency on global flags.

There's no doubt a performance issue with doing so, although someone would have to measure that. It may well be swamped by the memory allocation, etc. that is going on at the same time and so won't matter.

Mark will no doubt know this better than I do, but I also assume that there's an issue with thread safety when changing such global state.

----------

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


More information about the Python-bugs-list mailing list