]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 10:30:55 +0000 (03:30 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 10:30:55 +0000 (03:30 -0700)
commit197ac1ad1c03243c647aa9100edbaa16bebbb7e9
tree63e97a7cc3d2b8c4017bd3a1ba120a48e96fdd99
parentff2a5c0204bd08cde2f2c10605e1f9b442b5a7d6
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)

An exception may occur during a PyObject_IsSubclass() call.
(cherry picked from commit ea683deccc505a78bbbb1eb8c6a88b0835ad5151)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Modules/_ctypes/_ctypes.c