
Feb. 24, 2009
10:56 a.m.
tav wrote:
1. Remove ``compile`` from the safe builtins 2. Take out ``tb_frame``
Thoughts on which of the two options is better would be very appreciated!
Given the context manager hack I just sent you (similar in spirit to Paul's, just using a context manager's __exit__() method to get hold of the traceback instead of hacked bytecode), I think we can safely say that tb_frame has to go. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia ---------------------------------------------------------------