Commit aa92eff7 authored by Nathaniel Case's avatar Nathaniel Case

iteritems is gone, too

parent 040ad302
import sys, traceback import sys, traceback
for thread, frame in sys._current_frames().iteritems(): for thread, frame in sys._current_frames().items():
print('Thread 0x%x' % thread) print('Thread 0x%x' % thread)
traceback.print_stack(frame) traceback.print_stack(frame)
print print
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment