mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Add the following functions: * PyObject_HasAttrWithError() * PyObject_HasAttrStringWithError() * PyMapping_HasKeyWithError() * PyMapping_HasKeyStringWithError()
This commit is contained in:
parent
e57ecf6bbc
commit
add16f1a5e
28 changed files with 330 additions and 111 deletions
|
|
@ -0,0 +1,4 @@
|
|||
Add functions :c:func:`PyObject_HasAttrWithError`,
|
||||
:c:func:`PyObject_HasAttrStringWithError`,
|
||||
:c:func:`PyMapping_HasKeyWithError` and
|
||||
:c:func:`PyMapping_HasKeyStringWithError`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue