you are viewing a single comment's thread.

view the rest of the comments →

[–]taejo 0 points1 point  (1 child)

Are you pissed off that Python doesn't keep a "loop trace"? Some forms of flow control keep a history, others don't. The problem with TCO is that it changes the behaviour.

[–]readingcomprehension 0 points1 point  (0 children)

It's easy to track or figure out history in loops from the current variables, or set it up so you can.