[Numpy-discussion] Byte aligned arrays

Sturla Molden sturla at molden.no
Thu Dec 20 15:22:46 EST 2012


On 20.12.2012 21:13, Sturla Molden wrote:

> Because if CRT resources are shared between different CRT versions, bad
> things will happen (the ABIs are not equivalent, errno and other globals
> are at different addresses, etc.)

For example, PyErr_SetFromErrno will return garbage if CRTs are shared.


Sturla



More information about the NumPy-Discussion mailing list