ctypeslib icon indicating copy to clipboard operation
ctypeslib copied to clipboard

does this work for python 2.7?

Open ninegsf opened this issue 5 years ago • 2 comments

just want to know whether this works for python 2.7 or not? if not is there is any other ctypeslib for python 2.7

ninegsf avatar Feb 13 '19 10:02 ninegsf

Yes, see CI where tests pass on Python 2.7 https://travis-ci.org/trolldbois/ctypeslib

There is an earlier ctypeslib, but it hasnt been maintained in about 10 years. It depends on gccxml, which is also discontinued.

Real code in svn.python.org/projects/ctypes

A mirror, no idea about providence https://github.com/sugarmanz/ctypeslib

jayvdb avatar Oct 20 '19 08:10 jayvdb

Note, that Python 2 will die in a couple months. It is advised to migrate as soon as possible.

XVilka avatar Oct 21 '19 07:10 XVilka