This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: poor proxyval() coverage in test_gdb
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: dmalcolm, pitrou, vstinner
Priority: normal Keywords:

Created on 2013-08-23 18:29 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg195998 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-08-23 18:29
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)
msg371278 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-06-11 13:33
No activity for 7 years, I close the issue as out of date.
History
Date User Action Args
2022-04-11 14:57:50adminsetgithub: 63022
2020-06-11 13:33:05vstinnersetstatus: open -> closed

nosy: + vstinner
messages: + msg371278

resolution: out of date
stage: resolved
2013-08-23 18:29:59pitroucreate