testing-cabal / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.3+
http://pypi.python.org/pypi/funcsigs
Other
8 stars 13 forks source link

Deal with unbound methods like foo(*args). #17

Closed rbtcollins closed 8 years ago

rbtcollins commented 8 years ago

Just copied the relevant code from the 3.6 stdlib.

This is a clear defect, and may help with testing-cabal/mock#338.

Co-Authored-By: Robert Collins rbtcollins@hpe.com

harlowja commented 8 years ago

:+1: from me