Comment 1 for bug 1473093

Revision history for this message
Barry Warsaw (barry) wrote :

A couple of quick other thoughts.

You could just suppress the DeprecationWarning, or you could use Signature.from_callable() when that API is available (i.e. do an attribute check first).

Either way, thanks for looking into this!