[Python-checkins] [python/cpython] 044e15: bpo-30892: Fix _elementtree module initialization ...
GitHub
noreply at github.com
Mon Jul 10 17:12:39 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 044e156426825acac8b6c6d1ce14d5b7bcb20bc9
https://github.com/python/cpython/commit/044e156426825acac8b6c6d1ce14d5b7bcb20bc9
Author: Victor Stinner <victor.stinner at gmail.com>
Date: 2017-07-10 (Mon, 10 Jul 2017)
Changed paths:
M Modules/_elementtree.c
Log Message:
-----------
bpo-30892: Fix _elementtree module initialization (#2647) (#2649)
Handle getattr(copy, 'deepcopy') error in _elementtree module
initialization.
(cherry picked from commit b136f11f3a51f9282ae992bac68f170ca5563b55)
More information about the Python-checkins
mailing list