[issue18822] poor proxyval() coverage in test_gdb

Antoine Pitrou report at bugs.python.org
Fri Aug 23 20:29:59 CEST 2013


New submission from Antoine Pitrou:

The proxyval() of many built-in types doesn't seem covered by test_gdb, as write_repr() is specialized for most of them.

(check: add "1/0" to one of those proxyval() implementations and watch test_gdb succeed)

----------
components: Tests
messages: 195998
nosy: dmalcolm, pitrou
priority: normal
severity: normal
status: open
title: poor proxyval() coverage in test_gdb
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list