]> granicus.if.org Git - python/commit
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
authorInada Naoki <songofacandy@gmail.com>
Tue, 26 Mar 2019 09:26:33 +0000 (18:26 +0900)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Mar 2019 09:26:33 +0000 (02:26 -0700)
commit871309c775fd4d72048bfaa31affd54f9934f7dd
tree74a8d1910e61d82b91bf5a0d16de147a6f5a5588
parentb4d8f28a8af4f35c951c13a5c29630d1fb401105
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)

https://bugs.python.org/issue36433
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