Given that https://bugs.python.org/issue4709 results in extension
modules that seem to work, but silently produce completely incorrect
answers, I'm thinking we should either disable our long-unpacking code
on these platforms, or at the very least give a runtime error if we
detect issues like sizeof(void*) != SIZEOF_VOID_P (or both).

I'm not sure what has made this issue pop up more lately (Python 3),
but perhaps we should even consider releasing bugfixes for previous
Cython versions.

- Robert
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to