Message 61604 - Python tracker
Message61604
| Author | gvanrossum |
|---|---|
| Recipients | christian.heimes, georg.brandl, gvanrossum, jforan |
| Date | 2008-01-23.20:56:27 |
| SpamBayes Score | 0.10537365 |
| Marked as misclassified | No |
| Message-id | <1201121789.35.0.868313876398.issue1918@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Georg, can you update the docs? Weak references *to* an object are cleared before the object's __del__ is called, to ensure that the weak reference callback (if any) finds the object healthy. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-23 20:56:29 | gvanrossum | set | spambayes_score: 0.105374 -> 0.10537365 recipients: + gvanrossum, georg.brandl, christian.heimes, jforan |
| 2008-01-23 20:56:29 | gvanrossum | set | spambayes_score: 0.105374 -> 0.105374 messageid: <1201121789.35.0.868313876398.issue1918@psf.upfronthosting.co.za> |
| 2008-01-23 20:56:28 | gvanrossum | link | issue1918 messages |
| 2008-01-23 20:56:27 | gvanrossum | create | |