[issue14508] gprof2html is broken

Popa Claudiu report at bugs.python.org
Thu Apr 5 15:01:08 CEST 2012


New submission from Popa Claudiu <pcmanticore at gmail.com>:

Tools/gprof2html.py uses "file" to open a file. Also, the opened file passed to add_escapes was never closed. There's a test included in the patch.

----------
components: Demos and Tools
files: gprof.patch
keywords: patch
messages: 157580
nosy: Popa.Claudiu
priority: normal
severity: normal
status: open
title: gprof2html is broken
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file25133/gprof.patch

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


More information about the Python-bugs-list mailing list