8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4c264 commit 02f2a16Copy full SHA for 02f2a16
Include/cpython/dictobject.h
@@ -37,7 +37,8 @@ typedef struct {
37
38
PyAPI_FUNC(PyObject *) _PyDict_GetItem_KnownHash(PyObject *mp, PyObject *key,
39
Py_hash_t hash);
40
-PyAPI_FUNC(PyObject *) _PyDict_GetItemStringWithError(PyObject *, const char *);
+< 4EE7 /span>// PyDict_GetItemStringRef() can be used instead
41
+Py_DEPRECATED(3.14) PyAPI_FUNC(PyObject *) _PyDict_GetItemStringWithError(PyObject *, const char *);
42
PyAPI_FUNC(PyObject *) PyDict_SetDefault(
43
PyObject *mp, PyObject *key, PyObject *defaultobj);
44
0 commit comments