Skip to content

Commit

Permalink
Remove _PyDictKeys_DecRef export
Browse files Browse the repository at this point in the history
Summary: This doesn't seem to be used anymore.

Reviewed By: alexmalyshev

Differential Revision: D60599354

fbshipit-source-id: a33025b1542bfe490ed993c35de70215c9323f67
  • Loading branch information
jbower-fb authored and facebook-github-bot committed Aug 5, 2024
1 parent ef1d0a2 commit b3cfd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/cpython/dictobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PyObject *_PyDict_FromKeys(PyObject *, PyObject *, PyObject *);
CiAPI_FUNC(Py_ssize_t) _PyDictKeys_GetSplitIndex(PyDictKeysObject *keys, PyObject *key);
/* facebook end t39538061 */

CiAPI_FUNC(void) _PyDictKeys_DecRef(PyDictKeysObject *keys);
void _PyDictKeys_DecRef(PyDictKeysObject *keys);
CiAPI_FUNC(PyDictKeysObject *) _PyDict_MakeKeysShared(PyObject *dict);

CiAPI_FUNC(PyDictKeyEntry *) _PyDictKeys_GetEntries(PyDictKeysObject *keys);
Expand Down

0 comments on commit b3cfd1e

Please sign in to comment.