New submission from Antoine Pitrou: 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.
---------- components: Library (Lib) files: io_locale_ref.patch keywords: patch messages: 194023 nosy: amaury.forgeotdarc, benjamin.peterson, pitrou priority: normal severity: normal stage: patch review status: open title: Avoid keeping a strong reference to locale in the _io module type: resource usage versions: Python 3.4 Added file: http://bugs.python.org/file31103/io_locale_ref.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18608> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com