]> granicus.if.org Git - python/commit
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 10 Jul 2018 07:26:36 +0000 (16:26 +0900)
committerINADA Naoki <methane@users.noreply.github.com>
Tue, 10 Jul 2018 07:26:36 +0000 (16:26 +0900)
commit445f1b35ce8461268438c8a6b327ddc764287e05
tree7946f28321ff39563a8200ed7705a600f7ab521a
parent7762e4d3872818272800dfbd8e1d8e3a689eb8f2
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
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]