[docs] [issue8753] Py_ReprEnter and Py_ReprLeave are undocumented

Daniel Stutzbach report at bugs.python.org
Wed Dec 15 23:42:16 CET 2010


Daniel Stutzbach <stutzbach at google.com> added the comment:

Good point.  My perspective is skewed by all of the time that I spend working on container types. :-)

How about if I change the first sentence to the following?

    Properly implementing :attr:`tp_repr` for container types requires
    special recursion handling.

----------

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


More information about the docs mailing list