[issue33574] Conversion of Number to String(str(number))

Eric V. Smith report at bugs.python.org
Fri May 18 16:01:14 EDT 2018


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

The way to avoid this problem is to not assign to str. You should not shadow python builtins that you want to continue using.

----------
nosy: +eric.smith
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
type: compile error -> crash

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33574>
_______________________________________


More information about the Python-bugs-list mailing list