Marian Ganisin added the comment:
Code from msg146175 with attached patch applied:
>>> import sys
>>> print(sys.version_info)
sys.version_info(major=2, minor=7, micro=2, releaselevel='final', serial=0)
>>> import copy, pickle
>>> from xml.dom.m
Marian Ganisin added the comment:
xml.dom.minicompat.NodeList provides __reduce__/__reduce_ex__ methods, they
return "state" as well as "list iterator". However one of those seems to be
absolutely enough for reconstruction of instance (__reduce__/__reduce_ex__ are