]> granicus.if.org Git - python/commit
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Oct 2018 07:41:27 +0000 (10:41 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Oct 2018 07:41:27 +0000 (10:41 +0300)
commitb2953fa3dda5898fcb0029792d9229f150e6e2cb
tree15e69de1c03d877f0d67a33a552bbedcdb765cf4
parent65ed12cb7caba6ef4eb0ba18cbede5eab4e1c7a5
bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420)

Use tp_members and tp_getset instead.
Modules/_elementtree.c