Message 129679 - Python tracker
Message129679
| Author | benjamin.peterson |
|---|---|
| Recipients | Trundle, benjamin.peterson, ncoghlan |
| Date | 2011-02-28.03:09:49 |
| SpamBayes Score | 0.023419399 |
| Marked as misclassified | No |
| Message-id | <1298862591.43.0.800714920753.issue11349@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Unfortunately "proper" module finalization is an invitation to more segfaults because modules can be finalized before objects in them are, resulting in segfaults when its attempted to access modules. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-28 03:09:51 | benjamin.peterson | set | recipients: + benjamin.peterson, ncoghlan, Trundle |
| 2011-02-28 03:09:51 | benjamin.peterson | set | messageid: <1298862591.43.0.800714920753.issue11349@psf.upfronthosting.co.za> |
| 2011-02-28 03:09:49 | benjamin.peterson | link | issue11349 messages |
| 2011-02-28 03:09:49 | benjamin.peterson | create | |