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 <rep...@bugs.python.org> <http://bugs.python.org/issue19209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com