[issue18533] Avoid error from repr() of recursive dictview

STINNER Victor report at bugs.python.org
Wed Jul 24 02:24:57 CEST 2013


STINNER Victor added the comment:

non-error-recursive-dictview-3.3.patch: small nit, initialize result to NULL, instead of setting it to NULL only in case of error. It makes the code more readable and it is the common coding style to handle errors.

----------

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


More information about the Python-bugs-list mailing list