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
249cdc39fcfb0405ccb2c952f5d8bfce77deb53d
cpython
/
Modules
/
_ctypes
History
Christian Heimes
9ff79f7c46
Issue
#18178
: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
2013-08-17 15:01:54 +02:00
..
darwin
…
libffi
Issue
#18178
: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols.
2013-08-17 15:01:54 +02:00
libffi_arm_wince
…
libffi_msvc
…
libffi_osx
Silence compiler warnings for strict function prototype declarations.
2013-08-04 12:43:37 -07:00
_ctypes_test.c
…
_ctypes_test.h
…
_ctypes.c
Issue
#18561
: Skip name in ctypes' _build_callargs() if name is NULL.
2013-07-26 23:04:29 +02:00
callbacks.c
…
callproc.c
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
2013-06-18 13:22:17 +02:00
cfield.c
Issue
#18556
: Check the return value for PyUnicode_AsWideChar() in
2013-07-25 17:34:00 -04:00
ctypes_dlfcn.h
…
ctypes.h
Issue
#16628
: Fix a memory leak in ctypes.resize().
2012-12-08 11:05:50 +01:00
libffi.diff
fix libffi build on AIX (
closes
#18248
)
2013-06-19 09:01:42 -07:00
malloc_closure.c
…
stgdict.c
Issue
#15989
: Fix several occurrences of integer overflow
2013-01-19 12:41:45 +02:00