cpython/Misc/NEWS.d/next/C API/2023-08-22-18-45-20.gh-issu...

5 lines
219 B
ReStructuredText

Add :c:func:`PyDict_ContainsString` function: same as
:c:func:`PyDict_Contains`, but *key* is specified as a :c:expr:`const char*`
UTF-8 encoded bytes string, rather than a :c:expr:`PyObject*`.
Patch by Victor Stinner.