Eli Stevens <[email protected]> added the comment:
I'm thinking of taking the current float implementation and wrapping it with
something like:
#if HAS_INT64_TYPE
// double implementation goes here
#else
// float implementation here (what's in the current patch)
...
#endif
Does this seem like a reasonable approach?
Is there a CPython-canonical way to spell "HAS_INT64_TYPE" and/or find out what
type that is on the current platform?
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com