This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients pitrou, serhiy.storchaka
Date 2018-01-16.16:34:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516120466.59.0.467229070634.issue31572@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4d9aec022063dcfc4cf40ae46b1c4a968297e664 by Serhiy Storchaka in branch 'master':
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726)
https://github.com/python/cpython/commit/4d9aec022063dcfc4cf40ae46b1c4a968297e664
History
Date User Action Args
2018-01-16 16:34:26serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou
2018-01-16 16:34:26serhiy.storchakasetmessageid: <1516120466.59.0.467229070634.issue31572@psf.upfronthosting.co.za>
2018-01-16 16:34:26serhiy.storchakalinkissue31572 messages
2018-01-16 16:34:26serhiy.storchakacreate