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 larry
Recipients berker.peksag, larry, serhiy.storchaka
Date 2014-01-22.13:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390396401.05.0.850423754007.issue20293@psf.upfronthosting.co.za>
In-reply-to
Content
I missed the detail that you were working with a patch applied.

I suspect the problem is, you misspelled one of the expressions you provided as a default value.  Try str(inspect.signature(x)) on every function you converted.  I bet one of them will throw an exception.

Yes this is error-prone.
History
Date User Action Args
2014-01-22 13:13:21larrysetrecipients: + larry, berker.peksag, serhiy.storchaka
2014-01-22 13:13:21larrysetmessageid: <1390396401.05.0.850423754007.issue20293@psf.upfronthosting.co.za>
2014-01-22 13:13:21larrylinkissue20293 messages
2014-01-22 13:13:20larrycreate