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.

Author pitrou
Recipients dmalcolm, pitrou
Date 2013-08-23.18:29:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377282599.12.0.212974297013.issue18822@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-08-23 18:29:59pitrousetrecipients: + pitrou, dmalcolm
2013-08-23 18:29:59pitrousetmessageid: <1377282599.12.0.212974297013.issue18822@psf.upfronthosting.co.za>
2013-08-23 18:29:59pitroulinkissue18822 messages
2013-08-23 18:29:58pitroucreate