This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, jforan
Date 2008-01-23.20:21:37
SpamBayes Score 0.040210847
Marked as misclassified No
Message-id <1201119701.61.0.468606800793.issue1918@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior is documented in the C code. I don't know how it is
described in the docs.

Objects/typeobject.c around line 820 says:

/* If we added a weaklist, we clear it.  Do this *before* calling
   the finalizer (__del__), clearing slots, or clearing the instance
   dict. */
History
Date User Action Args
2008-01-23 20:21:41christian.heimessetspambayes_score: 0.0402108 -> 0.040210847
recipients: + christian.heimes, jforan
2008-01-23 20:21:41christian.heimessetspambayes_score: 0.0402108 -> 0.0402108
messageid: <1201119701.61.0.468606800793.issue1918@psf.upfronthosting.co.za>
2008-01-23 20:21:37christian.heimeslinkissue1918 messages
2008-01-23 20:21:37christian.heimescreate