We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6b46f commit f571ec7Copy full SHA for f571ec7
Lib/functools.py
@@ -885,7 +885,7 @@ def _find_impl(cls, registry):
885
match = t
886
return registry.get(match)
887
888
-def _singledispatchimpl(func, is_method):
+def _singledispatchimpl(func, *, is_method):
889
# There are many programs that use functools without singledispatch, so we
890
# trade-off making singledispatch marginally slower for the benefit of
891
# making start-up of such applications slightly faster.
0 commit comments