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

GitHub noreply at github.com
Mon Jul 10 16:28:05 EDT 2017


  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 (Mon, 10 Jul 2017)

  Changed paths:
    M Modules/_elementtree.c

  Log Message:
  -----------
  bpo-30892: Fix _elementtree module initialization (#2647)

Handle getattr(copy, 'deepcopy') error in _elementtree module
initialization.




More information about the Python-checkins mailing list