]> granicus.if.org Git - python/commit
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Oct 2018 15:00:51 +0000 (18:00 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Oct 2018 15:00:51 +0000 (18:00 +0300)
commit55f8249d65af3f1b83df81fa46f6fc6e452ed944
tree7b8f28fe7f6fc302105fe0683a9ad20ae826ec28
parent6543912c90ffa579dc4c01e811f9609cf92197d3
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)

Use tp_members and tp_getset instead.
Modules/clinic/pyexpat.c.h
Modules/pyexpat.c