[issue29219] TracebackException(capture_locals=True) may fail with RecursionError

Serhiy Storchaka report at bugs.python.org
Tue Jan 10 15:44:16 EST 2017


Serhiy Storchaka added the comment:

Proposed patch fixes an infinite recursion in a repr of uninitialized CDLL instance.

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file46246/ctypes_cdll_uninitialized_repr.patch

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


More information about the Python-bugs-list mailing list