This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2d12372e325ca595ee8a3a6cbbe2d63606acfb4e
cpython
/
Modules
/
_ctypes
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
…
libffi
Fix for FreeBSD. Fixes
http://python.org/sf/1470353
.
2006-04-15 20:23:54 +00:00
libffi_arm_wince
…
libffi_msvc
…
_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
…
_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
…
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
…
stgdict.c
…