This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maxbublis
Recipients benjamin.peterson, daniel.urban, eric.araujo, eric.snow, gsakkis, marco.mariani, maxbublis, michael.foord, ncoghlan
Date 2011-08-01.21:44:35
SpamBayes Score 5.2865936e-08
Marked as misclassified No
Message-id <1312235077.1.0.87546631495.issue8639@psf.upfronthosting.co.za>
In-reply-to
Content
I've ran into the same problem with getfullargspec not supporting callables, so I've written patch with docs and tests, that adds support for any Python callable. As a result of getfullargspec's implementation change, getargspec function also supports callables.
History
Date User Action Args
2011-08-01 21:44:37maxbublissetrecipients: + maxbublis, ncoghlan, gsakkis, benjamin.peterson, eric.araujo, michael.foord, daniel.urban, marco.mariani, eric.snow
2011-08-01 21:44:37maxbublissetmessageid: <1312235077.1.0.87546631495.issue8639@psf.upfronthosting.co.za>
2011-08-01 21:44:36maxbublislinkissue8639 messages
2011-08-01 21:44:36maxbubliscreate