Message 194023 - Python tracker
Message194023
| Author | pitrou |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, pitrou |
| Date | 2013-07-31.21:20:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375305631.67.0.684843179592.issue18608@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Keeping a strong reference to locale in _io prevents several modules from being collected before being wiped at shutdown. Attached patch stores a weakref instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-31 21:20:31 | pitrou | set | recipients: + pitrou, amaury.forgeotdarc, benjamin.peterson |
| 2013-07-31 21:20:31 | pitrou | set | messageid: <1375305631.67.0.684843179592.issue18608@psf.upfronthosting.co.za> |
| 2013-07-31 21:20:31 | pitrou | link | issue18608 messages |
| 2013-07-31 21:20:31 | pitrou | create | |