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-16 08:01:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd071045e776e1c3e8cf6750a2fd1d0958bf19b3
cpython
/
Modules
/
_ctypes
T
History
Brett Cannon
b94767ff44
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
..
darwin
…
libffi
…
libffi_arm_wince
…
libffi_msvc
Issue
#8275
: Fix passing of callback arguments with ctypes under Win64.
2011-01-31 21:08:57 +00:00
libffi_osx
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
_ctypes_test.c
Issue
#8275
: Fix passing of callback arguments with ctypes under Win64.
2011-01-31 21:08:57 +00:00
_ctypes_test.h
…
_ctypes.c
Issue
#9566
: use Py_ssize_t instead of int
2011-01-04 12:59:15 +00:00
callbacks.c
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
callproc.c
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
2010-10-07 01:02:42 +00:00
cfield.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
ctypes_dlfcn.h
…
ctypes.h
…
libffi.diff
…
malloc_closure.c
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
stgdict.c
…