Commit b98a302e authored by Nathaniel Case's avatar Nathaniel Case

print is now a reference to a function

parent 27c87e55
from __future__ import print_function
import sys, traceback
for thread, frame in sys._current_frames().items():
print('Thread 0x%x' % thread)
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