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-06-05 11:04:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e71abcc7bb0ab2d11af25d6a65db73701b58a91c
cpython
/
Modules
/
_ctypes
T
History
Benjamin Peterson
fda33559dc
fix ctypes test alignment assumptions (
closes
#20946
)
...
Patch by Andreas Schwab.
2014-03-16 10:07:26 +01:00
..
darwin
…
libffi
Issue
#19936
: Restored executable bits for several libffi files.
2014-01-23 16:22:55 +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
#20437
: Fixed 21 potential bugs when deleting objects references.
2014-02-09 13:33:53 +02:00
callbacks.c
Issue
#19356
: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
2013-10-23 19:20:21 +02:00
callproc.c
Issue
#18783
: Removed existing mentions of Python long type in docstrings,
2013-08-27 19:40:23 +03:00
cfield.c
fix ctypes test alignment assumptions (
closes
#20946
)
2014-03-16 10:07:26 +01:00
ctypes_dlfcn.h
…
ctypes.h
…
libffi.diff
fix libffi build on AIX (
closes
#18248
)
2013-06-19 09:01:42 -07:00
malloc_closure.c
…
stgdict.c
…