]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18997: fix ElementTree crash with using pickle and __getstate__.
authorEli Bendersky <eliben@gmail.com>
Fri, 13 Sep 2013 13:24:25 +0000 (06:24 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 13 Sep 2013 13:24:25 +0000 (06:24 -0700)
commitdd3661e7826a3cb627e96d088cf1d60befc4a5f1
treea29a2e27029d311a66c3976b47fc90a4de833660
parentaa04f9ae7dacd4beefb8d21b04d0bc1db4768fbb
Issue #18997: fix ElementTree crash with using pickle and __getstate__.

Based on report and initial patch from Germán M. Bravo
Lib/test/test_xml_etree.py
Modules/_elementtree.c