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-22 04:13:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd527fcbcd484c1d4e29798c59ed45452c288eba
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
eb6f1835b1
Fix for FreeBSD. Fixes
http://python.org/sf/1470353
.
...
Looks like a libffi bug.
2006-04-15 20:23:54 +00:00
..
darwin
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
libffi
Fix for FreeBSD. Fixes
http://python.org/sf/1470353
.
2006-04-15 20:23:54 +00:00
libffi_arm_wince
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
libffi_msvc
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
_ctypes_test.c
Replace a few more 'char' types with 'signed char', to fix test failures
2006-04-06 09:02:58 +00:00
_ctypes_test.h
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
_ctypes.c
Fix for a bug found by Armin Rigo, plus test.
2006-04-12 19:07:36 +00:00
callbacks.c
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
2006-03-22 12:59:53 +00:00
callproc.c
Handle error conditions from PyString_ConcatAndDel().
2006-04-06 08:06:52 +00:00
cfield.c
Explicitely use 'signed char', to avoid problems on platforms with unsigned char type.
2006-04-05 19:51:19 +00:00
ctypes_dlfcn.h
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
ctypes.h
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
2006-03-22 12:59:53 +00:00
malloc_closure.c
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00
stgdict.c
Copy ctypes-0.9.9.4 sources from external into the trunk.
2006-03-08 19:35:11 +00:00