]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Mar 2019 09:47:08 +0000 (02:47 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2019 09:47:08 +0000 (02:47 -0700)
commit03440850e7266aa7fd531c7f281a3fdcf17f90a4
tree0f83ce443ba3b81680ebdfaa40b76cbdf9deb916
parente0fe25be1ecbdf4abd1b0edd4aabacc4d75dec41
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)

https://bugs.python.org/issue36433
(cherry picked from commit 871309c775fd4d72048bfaa31affd54f9934f7dd)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/test/test_descr.py
Misc/NEWS.d/next/Core and Builtins/2019-03-26-17-23-02.bpo-36433.-8XzZf.rst [new file with mode: 0644]
Objects/descrobject.c