Skip to content

Commit

Permalink
remove _initial_missing
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandipdutta committed Nov 1, 2024
1 parent 46979d0 commit 7e05bc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Modules/_functoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1795,12 +1795,6 @@ _functools_exec(PyObject *module)
// lru_list_elem is used only in _lru_cache_wrapper.
// So we don't expose it in module namespace.

if (PyModule_Add(module, "_initial_missing",
PyObject_New(PyObject, &PyBaseObject_Type)) < 0)
{
return -1;
}

return 0;
}

Expand Down

0 comments on commit 7e05bc7

Please sign in to comment.