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 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:24ronaldoussorensetrecipients: + ronaldoussoren
2018-12-11 11:00:24ronaldoussorensetmessageid: <1544526024.8.0.788709270274.issue35460@psf.upfronthosting.co.za>
2018-12-11 11:00:24ronaldoussorenlinkissue35460 messages
2018-12-11 11:00:24ronaldoussorencreate