mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove out-of-date comment (GH-19886)
This commit is contained in:
parent
493bf1cc31
commit
d699d5e617
1 changed files with 1 additions and 2 deletions
|
@ -243,8 +243,7 @@ set_add_entry(PySetObject *so, PyObject *key, Py_hash_t hash)
|
|||
|
||||
/*
|
||||
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,
|
||||
known to be absent from the set. Besides the performance benefit,
|
||||
there is also safety benefit since using set_add_entry() risks making
|
||||
a callback in the middle of a set_table_resize(), see issue 1456209.
|
||||
The caller is responsible for updating the key's reference count and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue