Staging
v0.5.0
https://github.com/python/cpython
Revision 3255e134fea656b8a142720fe7005204015c5781 authored by Amaury Forgeot d'Arc on 16 June 2008, 19:22:42 UTC, committed by Amaury Forgeot d'Arc on 16 June 2008, 19:22:42 UTC
seen after a "import multiprocessing.reduction"

An instance of a weakref subclass can have attributes.
If such a weakref holds the only strong reference to the object,
deleting the weakref will delete the object. In this case,
the callback must not be called, because the ref object is being deleted!

Backport of r34309
1 parent 75ee9eb
History
Tip revision: 3255e134fea656b8a142720fe7005204015c5781 authored by Amaury Forgeot d'Arc on 16 June 2008, 19:22:42 UTC
Issue 3110: Crash with weakref subclass,
Tip revision: 3255e13
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