Staging
v0.8.1
https://github.com/python/cpython
Revision 2e8f6140ff8dfc5d5d81825ac7ec8826f750fede authored by Guido van Rossum on 03 September 1992, 20:32:55 UTC, committed by Guido van Rossum on 03 September 1992, 20:32:55 UTC
calls the repr function.  When the refcount is bad, don't print
the object at all (chances of crashes).
Changes to checking and printing of references: the consistency
check is somewhat faster; don't print strings referenced once
(most occur in function's name lists).
1 parent 99bec95
History
Tip revision: 2e8f6140ff8dfc5d5d81825ac7ec8826f750fede authored by Guido van Rossum on 03 September 1992, 20:32:55 UTC
If a type has a repr function but no print function, printing it now
Tip revision: 2e8f614

back to top