[New-bugs-announce] [issue19585] Frame annotation

Walter Dörwald report at bugs.python.org
Thu Nov 14 18:09:30 CET 2013


New submission from Walter Dörwald:

This patch adds frame annotations, i.e. it adds an attribute f_annotation to frame objects, a decorator to set this attribute on exceptions and extensions to the traceback machinery that display the annotation in the traceback.

----------
components: Interpreter Core
files: frame-annotation.diff
hgrepos: 214
keywords: patch
messages: 202862
nosy: doerwalter
priority: normal
severity: normal
status: open
title: Frame annotation
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file32614/frame-annotation.diff

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


More information about the New-bugs-announce mailing list