[issue9548] locale can be imported at startup but relies on too many library modules

Antoine Pitrou report at bugs.python.org
Mon Aug 9 21:41:31 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Attached patch fixes the issue by creating a separate "_bootlocale" module, used at bootstrap, which doesn't import collections, functools and friends.

----------
keywords: +patch
Added file: http://bugs.python.org/file18454/bootlocale.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9548>
_______________________________________


More information about the Python-bugs-list mailing list