]> granicus.if.org Git - python/commit
#9428: fix running scripts from profile/cProfile with their own name and the right...
authorGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 12:20:23 +0000 (12:20 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Aug 2010 12:20:23 +0000 (12:20 +0000)
commit8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4
tree6b57a091cf25070ed6b98e97c425ac01eb8536bd
parentb1a97afadb5d6100613c19409882eba0be991b41
#9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
Lib/cProfile.py
Lib/profile.py
Misc/NEWS