[New-bugs-announce] [issue9428] profile.py bug with the main file being profiled

Alexander Belopolsky report at bugs.python.org
Fri Jul 30 17:20:17 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Attached patch, profile-run.diff, fixes the same bug as in issue9323, only in the profile rather than the trace module.

Even though the affected code is small, it may be a good idea to share it between the trace and profile modules as well as unify command line interfaces.  See also issue9325.

----------
assignee: belopolsky
components: Library (Lib)
files: profile-run.diff
keywords: easy, patch
messages: 112085
nosy: belopolsky
priority: normal
severity: normal
stage: patch review
status: open
title: profile.py bug with the main file being profiled
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file18270/profile-run.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9428>
_______________________________________


More information about the New-bugs-announce mailing list