Maciej Fijalkowski wrote:
> Or in pypy/lib ...
> 
> you can implement it using ctypes, should be super simple :-)

why using ctypes? I don't think cpython's _csv is using any library.
It's just done in C to be faster. So a pure-python implementaiton is fine.

Cheers,

Carl Friedrich
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to