]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19209: Remove import of copyreg from the os module to speed up
authorChristian Heimes <christian@cheimes.de>
Fri, 11 Oct 2013 23:27:08 +0000 (01:27 +0200)
committerChristian Heimes <christian@cheimes.de>
Fri, 11 Oct 2013 23:27:08 +0000 (01:27 +0200)
commit2582762b1b76a9bbe11f8ba5fc2a350157526050
tree2842450f57aa729c32fdba59c98558f0ad324650
parent1a5fb4e3c1d99a0abbb9f1e9dd6f9322102ee812
Issue #19209: Remove import of copyreg from the os module to speed up
interpreter startup. stat_result and statvfs_result are now hard-coded to
reside in the os module.
The patch is based on Victor Stinner's patch.
Lib/os.py
Lib/test/test_os.py
Lib/test/test_site.py
Misc/NEWS
Modules/posixmodule.c