]> granicus.if.org Git - python/commit
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
authorjab <jab@users.noreply.github.com>
Thu, 22 Mar 2018 11:26:06 +0000 (00:26 +1300)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Thu, 22 Mar 2018 11:26:06 +0000 (11:26 +0000)
commit40472dd42de4f7265d456458cd13ad6894d736db
tree2e6defa875a783260642cf6fa2546f0db387b6a3
parentd93b5161af12291f3f98a260c90cc2975ea9e9cd
bpo-33018: Improve issubclass() error checking and message. (GH-5944)

This improves error message for situations when a non-class is
checked w.r.t. an abstract base class.
Lib/_py_abc.py
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2018-03-22-23-09-06.bpo-33018.0ncEJV.rst [new file with mode: 0644]
Modules/_abc.c