Message 208802 - Python tracker

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.

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.