]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a 'c_longdouble' type to the ctypes module.
authorThomas Heller <theller@ctypes.org>
Fri, 7 Sep 2007 06:32:17 +0000 (06:32 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 7 Sep 2007 06:32:17 +0000 (06:32 +0000)
commit2825b2ea444e3ce03cac7fc562fe6b7166972459
tree418a77753ce23a6520adec24ed4294f51ed786d5
parent1e534b5425d836cb58a73d24f0be791d67bf3503
Add a 'c_longdouble' type to the ctypes module.
13 files changed:
Doc/library/ctypes.rst
Lib/ctypes/__init__.py
Lib/ctypes/test/test_arrays.py
Lib/ctypes/test/test_callbacks.py
Lib/ctypes/test/test_cfuncs.py
Lib/ctypes/test/test_functions.py
Lib/ctypes/test/test_repr.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h