Message331607
| Author | ronaldoussoren |
|---|---|
| Recipients | ronaldoussoren |
| Date | 2018-12-11.11:00:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544526024.8.0.788709270274.issue35460@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyDict_GetItemWithError is a variant of PyDict_GetItem that doesn't swallow unrelated exceptions. While converting a project to use this API I noticed that there is similar variant of PyDict_GetItemString. It would be nice to have PyDict_GetItemStringWithError as a public API to make it easier to convert existing code to the better API. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-11 11:00:24 | ronaldoussoren | set | recipients: + ronaldoussoren |
| 2018-12-11 11:00:24 | ronaldoussoren | set | messageid: <1544526024.8.0.788709270274.issue35460@psf.upfronthosting.co.za> |
| 2018-12-11 11:00:24 | ronaldoussoren | link | issue35460 messages |
| 2018-12-11 11:00:24 | ronaldoussoren | create | |