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-20 03:14:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0ae07bdb59756d54f058d403b149696763feee64
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
e502693ee9
Avoid a potential double-free bug.
2006-03-20 14:22:05 +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
Fix compiler warning.
2006-03-18 12:52:54 +00:00
_ctypes_test.h
…
_ctypes.c
Avoid a potential double-free bug.
2006-03-20 14:22:05 +00:00
callbacks.c
Avoid a potential double-free bug.
2006-03-20 14:22:05 +00:00
callproc.c
Fix another bug found by Coverty.
2006-03-20 08:29:28 +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
Apply patch from Martin v. Loewis: Avoid function pointer casts.
2006-03-20 10:22:42 +00:00
malloc_closure.c
…
stgdict.c
…