[Python-checkins] [python/cpython] 7f567e: bpo-30892: Fix _elementtree module initialization ...

GitHub noreply at github.com
Mon Jul 10 17:13:50 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 7f567e7472dd6c3d066eec1c204301df251484b5
      https://github.com/python/cpython/commit/7f567e7472dd6c3d066eec1c204301df251484b5
  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) (#2650)

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




More information about the Python-checkins mailing list