This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-07-31 06:07:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b2eaa44646088af26434f2eeede3e00f99b03f69
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
915d7773e2
Try to avoid many of the compiler warnings when compiling libffi by
...
using a proper function prototype.
2006-03-14 20:52:24 +00:00
..
darwin
…
libffi
Try to avoid many of the compiler warnings when compiling libffi by
2006-03-14 20:52:24 +00:00
libffi_arm_wince
…
libffi_msvc
…
_ctypes_test.c
…
_ctypes_test.h
…
_ctypes.c
…
callbacks.c
…
callproc.c
…
cfield.c
Cast an Py_ssize_t to int, to avoid a compiler warning.
2006-03-14 20:39:27 +00:00
ctypes_dlfcn.h
…
ctypes.h
…
malloc_closure.c
…
stgdict.c
…