Zachary Ware added the comment:

Ok, so my changes to CONVERT_TO_DOUBLE don't fly with gcc, so that's out.  In 
the two cases where convert_to_double wants a PyObject *, we could declare 
"PyObject *objself = (PyObject *)self;", but that's not particularly appealing. 
 I'll leave the whole PyObject vs. PyFloatObject issue to someone with more C 
experience.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to