Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b136f11f3a51f9282ae992bac68f170ca5563b55 https://github.com/python/cpython/commit/b136f11f3a51f9282ae992bac68f170ca5563b55 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月10日 (2017年7月10日) Changed paths: M Modules/_elementtree.c Log Message: ----------- bpo-30892: Fix _elementtree module initialization (#2647) Handle getattr(copy, 'deepcopy') error in _elementtree module initialization.