]> granicus.if.org Git - python/commit
Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for
authorThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 20:34:37 +0000 (20:34 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 20:34:37 +0000 (20:34 +0000)
commit0f75f9847a178e93cde056a4d889260698cd9471
treed336cccf26047bd555b779f31c1d1d2e2af0d016
parent2077131097c02e3b517b244958e4b94e37779780
Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for
compliance with PEP 3118.
Lib/ctypes/__init__.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c