Martin v. Löwis <[email protected]> added the comment: > While I realize Python extension modules are pretty much the norm in > CPython, it'd be pretty cool if xz support could be written overtop > of ctypes. ctypes seems to be emerging as the way of doing FFI > across different python implementations.
There is a clear policy in CPython that ctypes must not be used to implement library modules. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6715> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
