mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Merge 3.5 (issue #26347)
This commit is contained in:
commit
06495ffe93
2 changed files with 7 additions and 2 deletions
|
@ -2571,8 +2571,6 @@ class BoundArguments:
|
|||
empty dict.
|
||||
"""
|
||||
arguments = self.arguments
|
||||
if not arguments:
|
||||
return
|
||||
new_arguments = []
|
||||
for name, param in self._signature.parameters.items():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue