commit | 77d466079a53830e5358c5ee5fe1dd4cda40164c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Mar 28 17:32:31 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Mar 28 17:32:31 2011 -0500 |
tree | 2ea50dfe502ca07dd4ab9226ff89a1f157e446f5 | |
parent | 41a9ec90030ad29fadba44eb44cc002d1c2cb153 [diff] |
Correct handling of functions with only kwarg args in getcallargs (closes #11256) A patch from Daniel Urban.