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-18 18:33:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8efef5ce9f6c0dfd2cb4720b61a37bbdfdb5e30e
cpython
/
Modules
/
_ctypes
T
History
Georg Brandl
e363b1434d
Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
2009-10-17 08:57:43 +00:00
..
darwin
…
libffi
Issue
#4305
: ctypes fails to build on mipsel-linux-gnu (detects mips
2009-04-28 19:23:41 +00:00
libffi_arm_wince
…
libffi_msvc
…
libffi_osx
Merge a newer version of libffi_osx, based on the
2009-09-20 18:54:16 +00:00
_ctypes_test.c
…
_ctypes_test.h
…
_ctypes.c
Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
2009-10-17 08:57:43 +00:00
callbacks.c
Make ctypes compile again with older Python versions.
2009-09-08 19:24:36 +00:00
callproc.c
Issue
#4606
: Passing 'None' if ctypes argtype is set to POINTER(...)
2009-09-18 20:05:44 +00:00
cfield.c
Revert rev 74134, as it does not completely fixx issue
#6493
.
2009-07-21 19:04:02 +00:00
ctypes_dlfcn.h
…
ctypes.h
…
libffi.diff
Add a file that contains diffs between offical libffi files and the
2009-05-08 20:09:40 +00:00
malloc_closure.c
…
stgdict.c
…