Archive for the 'array' Category

Not Lost in Translation

Sunday, July 31st, 2005

I have been working on the array module the past days. The current version already passes all compliance tests when run on top of CPython. But the integration with PyPy still poses some potentially hard problems. They’re mostly caused by the tight coupling of the array module to C data types. E.g., how can I […]