bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 16 Jan 2018 16:34:21 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2018 16:34:21 +0000 (18:34 +0200)
commit4d9aec022063dcfc4cf40ae46b1c4a968297e664
treed422eb5dbd9f265fca38e7315b95ab3faa66adab
parent378edee0a3b913d60653dc17dfe61d83405a8135
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/bufferedio.c
Modules/_io/iobase.c
Modules/_io/textio.c