summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-16 19:22:42 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-16 19:22:42 (GMT)
commit3255e134fea656b8a142720fe7005204015c5781 (patch)
treeeefe76c55b3f49c99cf244ae946feecc611e20f7 /Python/ceval.c
parent75ee9eb9c60cc85925d2bfe9f92f2b2da81ddefd (diff)
downloadcpython-3255e134fea656b8a142720fe7005204015c5781.zip
cpython-3255e134fea656b8a142720fe7005204015c5781.tar.gz
cpython-3255e134fea656b8a142720fe7005204015c5781.tar.bz2
Issue 3110: Crash with weakref subclass,
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
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions