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 ZackerySpytz, serhiy.storchaka
Date 2018-10-18.10:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539858766.68.0.788709270274.issue34987@psf.upfronthosting.co.za>
In-reply-to
Content
You are right. Although, get_class() can return NULL without set an exception. We have to set an exception in such case (the same exception as for `obj_class != cls` looks appropriate).
History
Date User Action Args
2018-10-18 10:32:46serhiy.storchakasetrecipients: + serhiy.storchaka, ZackerySpytz
2018-10-18 10:32:46serhiy.storchakasetmessageid: <1539858766.68.0.788709270274.issue34987@psf.upfronthosting.co.za>
2018-10-18 10:32:46serhiy.storchakalinkissue34987 messages
2018-10-18 10:32:46serhiy.storchakacreate