Skip to content

Commit 4c7b59a

Browse files
corona10vstinner
andauthored
Update Include/internal/pycore_dict.h
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent acfab36 commit 4c7b59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_dict.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ extern int _PyDict_GetItemRef_KnownHash(PyDictObject *op, PyObject *key, Py_hash
149149
extern int _PyDict_GetItemRef_Unicode_LockHeld(PyDictObject *op, PyObject *key, PyObject **result);
150150
PyAPI_FUNC(int) _PyObjectDict_SetItem(PyTypeObject *tp, PyObject *obj, PyObject **dictptr, PyObject *name, PyObject *value);
151151

152+
// Export for '_testinternalcapi' shared extension
152153
PyAPI_FUNC(int) _PyFrozenDict_GetItemRef(PyObject *op, PyObject *key, PyObject **result);
153154

154155
extern int _PyDict_Pop_KnownHash(

0 commit comments

Comments
 (0)