Staging
v0.5.1
https://github.com/python/cpython
Revision 84f1b1718da7fcbb8b8d255c166ef1ec0e03cd21 authored by Antoine Pitrou on 12 July 2011, 19:57:15 UTC, committed by Antoine Pitrou on 12 July 2011, 19:57:15 UTC
cleared by the garbage collector.  This fixes a segfault when an instance
and its type get caught in a reference cycle, and the instance's
deallocator calls one of the methods on the type (e.g. when subclassing
IOBase).

Diagnosis and patch by Davide Rizzo.
1 parent b3593ca
History
Tip revision: 84f1b1718da7fcbb8b8d255c166ef1ec0e03cd21 authored by Antoine Pitrou on 12 July 2011, 19:57:15 UTC
Issue #12149: Update the method cache after a type's dictionnary gets
Tip revision: 84f1b17
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 587 bytes
.gitignore -rw-r--r-- 595 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 898 bytes
.hgtags -rw-r--r-- 4.4 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 42.4 KB
README -rw-r--r-- 6.4 KB
configure -rwxr-xr-x 398.2 KB
configure.in -rw-r--r-- 122.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.9 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top