[issue1149798] hotshot.runctx: builtins missing

2010-07-19 Thread Mark Lawrence
Mark Lawrence added the comment: Closing as noone has responded. -- resolution: -> wont fix status: pending -> closed ___ Python tracker ___ _

[issue1149798] hotshot.runctx: builtins missing

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: I can't see any sense running with this as hotshot is not documented in py3k and is marked as unsupported in py2k docs. -- nosy: +BreamoreBoy status: open -> pending versions: +Python 3.2 -Python 2.7 ___ Python track

[issue1149798] hotshot.runctx: builtins missing

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> patch review type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ ___

[issue1149798] hotshot.runctx: builtins missing

2008-02-19 Thread Virgil Dupras
Virgil Dupras added the comment: Well, since I brought that issue back, I might as well supply a patch. So if indeed it is decided that hotshot.Profile.runctx() should have __builtins__ in its globals by default, here is it. Added file: http://bugs.python.org/file9462/hotshot_builtins_globals.

[issue1149798] hotshot.runctx: builtins missing

2008-02-19 Thread Virgil Dupras
Virgil Dupras added the comment: oh crap here goes my ego... pasted the wrong line. _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list maili

[issue1149798] hotshot.runctx: builtins missing

2008-02-19 Thread Virgil Dupras
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__': .