This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d3953bd7854868e0949dd009fadfb43ec95a554
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
8fc2a34014
Remove unused global variable, and remove unneeded COMError.__str__
...
implementation in C.
2007-11-27 12:22:11 +00:00
..
darwin
…
libffi
Get rid of warnings on a bunch of platforms by using a proper prototype.
2007-10-12 03:01:30 +00:00
libffi_arm_wince
…
libffi_msvc
On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the
2007-05-04 08:20:41 +00:00
_ctypes_test.c
Add a 'c_longdouble' type to the ctypes module.
2007-09-07 06:32:17 +00:00
_ctypes_test.h
…
_ctypes.c
Remove unused global variable, and remove unneeded COMError.__str__
2007-11-27 12:22:11 +00:00
callbacks.c
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
2007-07-13 17:46:54 +00:00
callproc.c
Add a 'c_longdouble' type to the ctypes module.
2007-09-07 06:32:17 +00:00
cfield.c
ffi_type_longdouble may be already #defined.
2007-10-25 19:47:32 +00:00
ctypes_dlfcn.h
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
ctypes.h
Add a 'c_longdouble' type to the ctypes module.
2007-09-07 06:32:17 +00:00
malloc_closure.c
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
stgdict.c
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
2007-07-21 06:55:02 +00:00