Zackery Spytz <[email protected]> added the comment:
It is not properly checked: Py_DECREF() is always called on the result of get_class(), but get_class() can return NULL. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34987> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
