Staging
v0.8.1
https://github.com/python/cpython
Revision aa975432d4456c69e1b1fd2a335f01261175f798 authored by Guido van Rossum on 10 April 2008, 22:43:58 UTC, committed by Guido van Rossum on 10 April 2008, 22:43:58 UTC
  having a self-referential tuple, which is possible from C code.  Nor did
  object's tp_str consider that a type's tp_str could do something that could
  lead to an inifinite recursion.  Py_ReprEnter() and Py_EnterRecursiveCall(),
  respectively, fixed the issues.  (Backport of r58288 from trunk to 2.5.)
1 parent a6add69
History
Tip revision: aa975432d4456c69e1b1fd2a335f01261175f798 authored by Guido van Rossum on 10 April 2008, 22:43:58 UTC
- Issue #1686386: Tuple's tp_repr did not take into account the possibility of
Tip revision: aa97543
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.8 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 34.6 KB
README -rw-r--r-- 53.8 KB
configure -rwxr-xr-x 612.4 KB
configure.in -rw-r--r-- 96.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.7 KB
setup.py -rw-r--r-- 67.4 KB

README

back to top