Virgil Dupras added the comment:

Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import hotshot
>>> hotshot.Profile('/tmp/hs').runctx('print len',{'__builtins__':
... __builtins__},{})
<built-in function len>
<hotshot.Profile instance at 0x6a940>
>>> 

Can we close this now?

----------
nosy: +vdupras

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1149798>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to