Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(137)

Unified Diff: Lib/test/test_trace.py

Issue 20103: http://bugs.python.org/issue2459 -- speed up loops SVN Base: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: Created 9 months, 1 week ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: Lib/test/test_trace.py
===================================================================
--- Lib/test/test_trace.py (revision 70087)
+++ Lib/test/test_trace.py (working copy)
@@ -351,7 +351,7 @@
# issue1750076: "while" expression is skipped by debugger
def for_example():
for x in range(2):
- pass
+ y = x
self.run_and_compare(
for_example,
[(0, 'call'),

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497