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 4223f1d commit 70934fbCopy full SHA for 70934fb
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 *);
+// 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