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

Function set_insert_clean

Objects/setobject.c:247–266  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

set_table_resizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected