]> granicus.if.org Git - python/commit
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Oct 2018 07:42:06 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Oct 2018 07:42:06 +0000 (10:42 +0300)
commit5f5a7781c8bf7bcc476d3e05d980711be3920724
tree80c6e47d75477e4cd499e1c85edbc7c74f393aa8
parentb2953fa3dda5898fcb0029792d9229f150e6e2cb
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)

Use tp_members and tp_getset instead.
Modules/ossaudiodev.c