[issue17246] cgitb fails when frame arguments are deleted (due to inspect bug I think)

Andrew Lutomirski report at bugs.python.org
Tue Feb 19 23:22:36 CET 2013


New submission from Andrew Lutomirski:

inspect.formatargvalues assumes (incorrectly) that every argument in args is a key in values.  This isn't very hard to break -- see the attachment for a complete example.

----------
components: Library (Lib)
files: test_cgitb.py
messages: 182446
nosy: Andrew.Lutomirski
priority: normal
severity: normal
status: open
title: cgitb fails when frame arguments are deleted (due to inspect bug I think)
versions: Python 2.7
Added file: http://bugs.python.org/file29125/test_cgitb.py

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


More information about the Python-bugs-list mailing list