[issue20161] inspect.signature fails on some functions which use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: Fixed as a side effect of fixing #20144. And by the way this was never a release blocker. -- assignee: -> larry priority: release blocker -> normal resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

[issue20161] inspect.signature fails on some functions which use Argument Clinic

2014-01-07 Thread Larry Hastings
Larry Hastings added the comment: I already noticed this; it'll be fixed in the patch for #20144. But thanks for the report! -- ___ Python tracker ___ _

[issue20161] inspect.signature fails on some functions which use Argument Clinic

2014-01-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: inspect.signature fails on some functions which use Argument Clinic. For example after applying issue20133 or issue20151 it fails for audioop.ratecv and binascii.a2b_qp. >>> inspect.signature(audioop.ratecv) Traceback (most recent call last): File "", li