Message 288862 - Python tracker
Message288862
| Author | serhiy.storchaka |
|---|---|
| Recipients | Oren Milman, serhiy.storchaka, vstinner |
| Date | 2017-03-03.07:01:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1488524507.67.0.136425023253.issue28261@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
An error message is not passed in the function name. PyArg_ParseTuple() allows you to pass an arbitrary error message. I think this feature is specially designed for these cases. I didn't look the patch close, but Oren's approach LGTM in general. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-03 07:01:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, Oren Milman |
| 2017-03-03 07:01:47 | serhiy.storchaka | set | messageid: <1488524507.67.0.136425023253.issue28261@psf.upfronthosting.co.za> |
| 2017-03-03 07:01:47 | serhiy.storchaka | link | issue28261 messages |
| 2017-03-03 07:01:47 | serhiy.storchaka | create | |