Issue 18608: Avoid keeping a strong reference to locale in the _io module
Issue18608
Created on 2013-07-31 21:20 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| io_locale_ref.patch | pitrou, 2013-07-31 21:20 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg194023 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2013-07-31 21:20 | |
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. |
|||
| msg194103 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-08-01 19:05 | |
New changeset 1c9aa4f68f2b by Antoine Pitrou in branch 'default': Issue #18608: Avoid keeping a strong reference to the locale module inside the _io module. http://hg.python.org/cpython/rev/1c9aa4f68f2b |
|||
| msg194105 - (view) | Author: Antoine Pitrou (pitrou) * ![]() |
Date: 2013-08-01 19:05 | |
Thanks Brett for reviewing. This is now pushed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:48 | admin | set | github: 62808 |
| 2013-08-01 19:05:47 | pitrou | set | status: open -> closed resolution: fixed messages: + msg194105 stage: patch review -> resolved |
| 2013-08-01 19:05:17 | python-dev | set | nosy:
+ python-dev messages: + msg194103 |
| 2013-08-01 09:55:59 | christian.heimes | set | nosy:
+ christian.heimes |
| 2013-07-31 21:20:31 | pitrou | create | |

