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-19 02:44:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84a3efec37bb97877f247b3e462bc48432e09b9f
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
410c3b58c9
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
...
or "K" codes.
2007-06-11 15:58:33 +00:00
..
darwin
…
libffi
Fix warnings by using proper function prototype.
2007-06-08 19:14:23 +00:00
libffi_arm_wince
…
libffi_msvc
On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the
2007-05-04 08:20:41 +00:00
_ctypes_test.c
Replace C++ comments with C comments.
2007-01-17 09:40:34 +00:00
_ctypes_test.h
…
_ctypes.c
Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls.
2007-06-08 19:01:06 +00:00
callbacks.c
[ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur
2007-06-08 18:20:09 +00:00
callproc.c
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
2007-06-11 15:58:33 +00:00
cfield.c
Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls.
2007-06-08 19:01:06 +00:00
ctypes_dlfcn.h
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
ctypes.h
Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k"
2007-06-11 15:58:33 +00:00
malloc_closure.c
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
stgdict.c
Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls.
2007-06-08 19:01:06 +00:00