Skip to content

Commit

Permalink
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparse…
Browse files Browse the repository at this point in the history
…r. (GH-9422)

Use tp_members and tp_getset instead.
  • Loading branch information
serhiy-storchaka committed Oct 19, 2018
1 parent 6543912 commit 55f8249
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 345 deletions.
19 changes: 1 addition & 18 deletions Modules/clinic/pyexpat.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55f8249

Please sign in to comment.