]> granicus.if.org Git - python/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 08:00:35 +0000 (01:00 -0700)
committerGitHub <noreply@github.com>
Tue, 10 Jul 2018 08:00:35 +0000 (01:00 -0700)
commit6ceab46a602c6653356d67d7479391fba0b35697
treee4734ecfe0edacc3fb80934d8098fb6bc61c243b
parenta2aabad3b9fa77cfcc532c7a5d7ce3ae39705b47
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]