comparison pydershell/pydershell.py @ 14:9bcbf780581f

Added a del statement that makes pydermonkey crash.
author Atul Varma <varmaa@toolness.com>
date Sun, 06 Sep 2009 14:55:22 -0700
parents 2a3313bfe574
children 351525e95a45
comparison
equal deleted inserted replaced
13:2a3313bfe574 14:9bcbf780581f
180 print e.exc_info[1] 180 print e.exc_info[1]
181 181
182 if __name__ == '__main__': 182 if __name__ == '__main__':
183 runtime = JSRuntime() 183 runtime = JSRuntime()
184 runtime.run_script('test.js') 184 runtime.run_script('test.js')
185 del runtime