How to modify this from Python 2.x to v3.4?

Thomas Jollans tjol at tjol.eu
Sun Nov 12 04:16:26 EST 2017


On 2017-11-12 03:06, jfong at ms4.hinet.net wrote:
> I suppose there are many v3.x users who like to use ctypesgen to ease
> the using of ctypes.

Perhaps, but from what I can tell the increasingly popular cffi package
serves a similar need.

By all means, port ctypesgen to Python 3 (and publish your port) if you
want to, but you might want to consider whether it's easier to port your
code from ctypes/ctypesgen to cffi instead.

-- 
Thomas Jollans




More information about the Python-list mailing list