commit | 2582762b1b76a9bbe11f8ba5fc2a350157526050 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sat Oct 12 01:27:08 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sat Oct 12 01:27:08 2013 +0200 |
tree | 2842450f57aa729c32fdba59c98558f0ad324650 | |
parent | 1a5fb4e3c1d99a0abbb9f1e9dd6f9322102ee812 [diff] |
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.