]> granicus.if.org Git - python/commit
bpo-30892: Fix _elementtree module initialization (#2647) (#2650)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 10 Jul 2017 21:13:49 +0000 (23:13 +0200)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2017 21:13:49 +0000 (23:13 +0200)
commit7f567e7472dd6c3d066eec1c204301df251484b5
tree510ce705ad6271d3fe8c77681a2f2541790151f8
parent69e41807f0851ff1107f949dcdc94dbb0af32acd
bpo-30892: Fix _elementtree module initialization (#2647) (#2650)

Handle getattr(copy, 'deepcopy') error in _elementtree module
initialization.
(cherry picked from commit b136f11f3a51f9282ae992bac68f170ca5563b55)
Modules/_elementtree.c