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 pablogsal, serhiy.storchaka, vstinner
Date 2020-10-10.07:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602316487.22.0.0937577835536.issue41991@roundup.psfhosted.org>
In-reply-to
Content
This function was kept after previous clean because all its usages was in the code which silences all exceptions in any case, so using _PyObject_HasAttrId did not do additional harm. But now it is used also in the new code in Objects/unionobject.c. It is safer to not only fix Objects/unionobject.c, but remove _PyObject_HasAttrId at all.
History
Date User Action Args
2020-10-10 07:54:47serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, pablogsal
2020-10-10 07:54:47serhiy.storchakasetmessageid: <1602316487.22.0.0937577835536.issue41991@roundup.psfhosted.org>
2020-10-10 07:54:47serhiy.storchakalinkissue41991 messages
2020-10-10 07:54:47serhiy.storchakacreate