Merge 3.5 (issue #26347)

This commit is contained in:
Yury Selivanov 2016-03-02 11:08:05 -05:00
commit 06495ffe93
2 changed files with 7 additions and 2 deletions

View file

@ -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: