Skip to content

Commit 0d3823d

Browse files
committed
feat: introduce pyperf library for benchmark tracking and comparison
1 parent 70dbe4c commit 0d3823d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Objects/setobject.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ set_compare_entry_lock_held(PySetObject *so, setentry *table, setentry *entry,
166166

167167
// This is similar to set_compare_entry_lock_held() but we don't need to
168168
// incref startkey before comparing and we don't need to check if the set has
169-
// changed. This also omits the PyUnicode_CheckExact() special case since it
170-
// doesn't help much for frozensets.
169+
// changed.
171170
static inline Py_ALWAYS_INLINE int
172171
set_compare_frozenset(PySetObject *so, setentry *table, setentry *ep,
173172
PyObject *key, Py_hash_t hash)

0 commit comments

Comments
 (0)