diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 12:20:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 12:20:23 (GMT) |
commit | 8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4 (patch) | |
tree | 6b57a091cf25070ed6b98e97c425ac01eb8536bd /Misc | |
parent | b1a97afadb5d6100613c19409882eba0be991b41 (diff) | |
download | cpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.zip cpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.tar.gz cpython-8e43fbfffa38b36e907bb847f5d09b3a9bc1bcb4.tar.bz2 |
#9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Extensions Library ------- +- Issue #9428: Fix running scripts with the profile/cProfile modules from + the command line. + - Issue #7781: Fix restricting stats by entry counts in the pstats interactive browser. |