Share

ctypes

Code

Programming Languages: C, Python

License: MIT License

Repositories

browse code, statistics cvs -d:pserver:anonymous@ctypes.cvs.sourceforge.net:/cvsroot/ctypes login

cvs -z3 -d:pserver:anonymous@ctypes.cvs.sourceforge.net:/cvsroot/ctypes co -P modulename

Show:

What's happening?

  • codegenerator double define incomplete structurs.

    Attached patch fixed code generator: 1. Incomplete structures were defined twice, one with an empty _fields_ which cause ctypes raise "is final" error. 2. Variables in dll could be defined before its structure's _fields_ is defined. This cause 'is final' too. 3. c_longdouble is python2.6+ feature.

    2009-09-15 16:32:31 UTC by mozbugbox

Our Numbers