MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / insertdict_clean

Function insertdict_clean

Objects/dictobject.c:567–590  ·  view source on GitHub ↗

Internal routine used by dictresize() to insert an item which is known to be absent from the dict. This routine also assumes that the dict contains no deleted entries. Besides the performance benefit, using insertdict() in dictresize() is dangerous (SF bug #1456209). Note that no refcounts are changed by this routine; if needed, the caller is responsible for incref'ing `key` and `value`. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dictresizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected