Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: The way to chase how the set of integer is iterated in mutating loop
Post: RE: The way to chase how the set of integer is ite...

Thank you for both replies! It's interesting and reasonable! Then, the corresponding set's table idx and integer's SLB 3bit depend on the set's default table size with 1-item list initialization befor...
khei4 General Coding Help 4 862 May-26-2023, 09:04 AM
    Thread: The way to chase how the set of integer is iterated in mutating loop
Post: The way to chase how the set of integer is iterate...

Hi! I'm new to Python source code reading, but I'm curious and I want to chase the following example's execution on CPython source level x = set([1]) for i in x: y = x.pop()+1 x.add(y) print(x...
khei4 General Coding Help 4 862 May-26-2023, 05:49 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020