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
dcdfd22bb411ebf0d58bba135455c4abf2bc9ce1
cpython
/
Modules
/
_ctypes
History
Thomas Heller
3987df5adf
Try to build _ctypes on x86 openbsd.
2006-03-30 11:51:58 +00:00
..
darwin
…
libffi
Try to build _ctypes on x86 openbsd.
2006-03-30 11:51:58 +00:00
libffi_arm_wince
…
libffi_msvc
…
_ctypes_test.c
Fix compiler warning.
2006-03-18 12:52:54 +00:00
_ctypes_test.h
…
_ctypes.c
Fix some int/Py_ssize_t issues which led to compiler warnings
2006-03-22 13:21:16 +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
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
2006-03-22 12:59:53 +00:00
cfield.c
Accessing unaligned structure fields works now on all architectures.
2006-03-20 07:54:01 +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
…