commit | 5bfa8671bcce1fbac3964f13f5f93489f2be7da9 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jul 06 11:58:09 2013 -1000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jul 06 11:58:09 2013 -1000 |
tree | 275f2b9c121b33ec56c000ffe822ec53a338c72e | |
parent | 98054b4c1be933f5bbfb3c1a1f4ee3f556dd47ca [diff] |
Refactor deque_traverse(). Hoist conditional expression out of the loop. Use rightblock as the guard instead of checking for NULL.