]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Jul 2018 07:48:57 +0000 (00:48 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Jul 2018 07:48:57 +0000 (00:48 -0700)
commitdf9f633f94e97fc43e0235cb2be076491ea7f67f
tree7f9eb16b48e04c3cf717003bdfc4a95b7c17d70b
parentc3bdea4c6ca8861e144802b8e319fe266941790f
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)

(cherry picked from commit 445f1b35ce8461268438c8a6b327ddc764287e05)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2018-07-08-18-49-41.bpo-33967.lhaAez.rst [new file with mode: 0644]