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 ZackerySpytz
Recipients ZackerySpytz, serhiy.storchaka
Date 2018-10-15.09:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539595191.09.0.788709270274.issue34987@psf.upfronthosting.co.za>
In-reply-to
Content
It is not properly checked: Py_DECREF() is always called on the result of get_class(), but get_class() can return NULL.
History
Date User Action Args
2018-10-15 09:19:51ZackerySpytzsetrecipients: + ZackerySpytz, serhiy.storchaka
2018-10-15 09:19:51ZackerySpytzsetmessageid: <1539595191.09.0.788709270274.issue34987@psf.upfronthosting.co.za>
2018-10-15 09:19:51ZackerySpytzlinkissue34987 messages
2018-10-15 09:19:51ZackerySpytzcreate