New submission from Ronald Oussoren <ronaldousso...@mac.com>:

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.

----------
components: Interpreter Core
messages: 331607
nosy: ronaldoussoren
priority: normal
severity: normal
status: open
title: Add PyDict_GetItemStringWithError
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35460>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to