[issue19209] Remove import copyreg from os module

Christian Heimes report at bugs.python.org
Wed Oct 9 16:21:20 CEST 2013


New submission from Christian Heimes:

The patch removes "import copyreg" from the os module and moves the registration of the hooks to copyreg. This speeds up the startup of the interpreter a tiny bit.

----------
files: os_no_copyreg.patch
keywords: patch
messages: 199303
nosy: christian.heimes
priority: normal
severity: normal
stage: patch review
status: open
title: Remove import copyreg from os module
type: performance
versions: Python 3.4
Added file: http://bugs.python.org/file32020/os_no_copyreg.patch

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


More information about the Python-bugs-list mailing list