Message 208802 - Python tracker
Message208802
| 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:21 | larry | set | recipients: + larry, berker.peksag, serhiy.storchaka |
| 2014-01-22 13:13:21 | larry | set | messageid: <1390396401.05.0.850423754007.issue20293@psf.upfronthosting.co.za> |
| 2014-01-22 13:13:21 | larry | link | issue20293 messages |
| 2014-01-22 13:13:20 | larry | create | |