[issue18822] poor proxyval() coverage in test_gdb

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: No activity for 7 years, I close the issue as out of date. -- nosy: +vstinner resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker _

[issue18822] poor proxyval() coverage in test_gdb

2013-08-23 Thread Antoine Pitrou
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 n