Issue 21630: List Dict bug? (original ) (raw ) Issue21630
Created on 2014-06-01 17:51 by Robert.w , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
bug.py
Robert.w,2014-06-01 17:51
Messages (2)
msg219513 - (view)
Author: Robert w (Robert.w)
Date: 2014-06-01 17:51
outer for loop loops n > 1 times, when it should loop one time. Variations are possible tht the bug doesn't occur.
msg219517 - (view)
Author: R. David Murray (r.david.murray) *
Date: 2014-06-01 18:59
If I put a 'print("one iteration") at the top of the loop, that string is printed exactly once. I presume you realized that and that is why you closed this?
History
Date
User
Action
Args
2022-04-11 14:58:04
admin
set
github: 65829
2014-06-01 18:59:50
r.david.murray
set
resolution: not a bugmessages: + nosy: + r.david.murray
2014-06-01 17:54:21
Robert.w
set
status: open -> closed
2014-06-01 17:51:21
Robert.w
create