• Brett Cannon's avatar
    tuple.__repr__ did not consider a reference loop as it is not possible from · 0b14f243
    Brett Cannon yazdı
    Python code; but it is possible from C.  object.__str__ had the issue of not
    expecting a type to doing something within it's tp_str implementation that
    could trigger an infinite recursion, but it could in C code..  Both found
    thanks to BaseException and how it handles its repr.
    
    Closes issue #1686386.  Thanks to Thomas Herve for taking an initial stab at
    coming up with a solution.
    0b14f243
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
PCbuild8 Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...