Skip to content

Commit 10ee972

Browse files
committed
rm commented code
1 parent 90dc0fd commit 10ee972

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/functools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,6 @@ def __setstate__(self, state):
401401
(namespace is not None and not isinstance(namespace, dict))):
402402
raise TypeError("invalid partial state")
403403

404-
# if args and args[-1] is Placeholder:
405-
# raise TypeError("unexpected trailing Placeholders")
406404
phcount, merger = _partial_prepare_merger(args)
407405

408406
args = tuple(args) # just in case it's a subclass

0 commit comments

Comments
 (0)