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 eajames
Recipients eajames, eric.smith, mark.dickinson, r.david.murray
Date 2016-09-02.15:03:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472828589.57.0.57968654199.issue27934@psf.upfronthosting.co.za>
In-reply-to
Content
Wait what about the json C code for 2.7? That's still using PyObject_Repr() which will call tp_repr for dbus.Double... Any suggestions?
History
Date User Action Args
2016-09-02 15:03:09eajamessetrecipients: + eajames, mark.dickinson, eric.smith, r.david.murray
2016-09-02 15:03:09eajamessetmessageid: <1472828589.57.0.57968654199.issue27934@psf.upfronthosting.co.za>
2016-09-02 15:03:09eajameslinkissue27934 messages
2016-09-02 15:03:09eajamescreate