Message 129730 - Python tracker
Message129730
| Author | benjamin.peterson |
|---|---|
| Recipients | Trundle, benjamin.peterson, ncoghlan |
| Date | 2011-02-28.22:43:39 |
| SpamBayes Score | 2.0191285e-06 |
| Marked as misclassified | No |
| Message-id | <1298933021.94.0.0546494610143.issue11349@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It's a chicken and egg problem because proper module finalization techniques like #812369 are bogged down by static globals in extension modules, and proper state storage in modules is prevented by proper module finalization. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-28 22:43:42 | benjamin.peterson | set | recipients: + benjamin.peterson, ncoghlan, Trundle |
| 2011-02-28 22:43:41 | benjamin.peterson | set | messageid: <1298933021.94.0.0546494610143.issue11349@psf.upfronthosting.co.za> |
| 2011-02-28 22:43:39 | benjamin.peterson | link | issue11349 messages |
| 2011-02-28 22:43:39 | benjamin.peterson | create | |