This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Move set fill/used updates out of set_insert_clean()
Type: enhancement Stage: patch review
Components: Interpreter Core Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, rhettinger
Priority: normal Keywords: patch

Created on 2015-11-15 20:17 by rhettinger, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
set_faster_resize2.diff rhettinger, 2015-11-15 20:17 Move fill/used updates outside of the inner loop. review
Messages (2)
msg254692 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2015-11-15 20:17
Will need to update the comment block over set_insert_clean() as well.
msg254804 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-11-17 16:28
New changeset 23d0cae3f8a1 by Raymond Hettinger in branch 'default':
Issue #25629: Move set fill/used updates out of inner loop
https://hg.python.org/cpython/rev/23d0cae3f8a1
History
Date User Action Args
2022-04-11 14:58:23adminsetgithub: 69815
2015-11-17 16:28:22rhettingersetstatus: open -> closed
resolution: fixed
2015-11-17 16:28:05python-devsetnosy: + python-dev
messages: + msg254804
2015-11-15 20:17:47rhettingercreate