]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:07:47 +0000 (11:07 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 2 Mar 2016 16:07:47 +0000 (11:07 -0500)
commitf9e1f2bda930054eed3115e19e9f3f7bfc83c1b6
tree8b021183fe8aa457ab0c74d5d409525e4f8b543e
parent1bd030788d1092ba5d5d8b4e2fd75346ded69b3b
inspect: Fix BoundArguments.apply_defaults to handle empty arguments

Patch by Frederick Wagner (issue #26347)
Lib/inspect.py
Lib/test/test_inspect.py