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 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c873550737cf191a64ea81e9eb50ee7355c7aec7
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
046e6a43ff
Issue
#2616
: Implement ctypes.pointer() and ctypes.POINTER() in C for
...
better performance.
2008-04-14 16:10:07 +00:00
..
darwin
…
libffi
More files from libffi 3.0.5.
2008-04-04 19:14:42 +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
libffi_osx
Merged changes from libffi3-branch.
2008-03-04 20:09:11 +00:00
_ctypes_test.c
Issue 1872: Changed the struct module typecode from 't' to '?', for
2008-03-05 15:34:29 +00:00
_ctypes_test.h
…
_ctypes.c
Issue
#2616
: Implement ctypes.pointer() and ctypes.POINTER() in C for
2008-04-14 16:10:07 +00:00
callbacks.c
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
2008-01-28 02:07:53 +00:00
callproc.c
Issue
#2616
: Implement ctypes.pointer() and ctypes.POINTER() in C for
2008-04-14 16:10:07 +00:00
cfield.c
Issue 1872: Changed the struct module typecode from 't' to '?', for
2008-03-05 15:34:29 +00:00
ctypes_dlfcn.h
…
ctypes.h
Issue
#2616
: Implement ctypes.pointer() and ctypes.POINTER() in C for
2008-04-14 16:10:07 +00:00
malloc_closure.c
…
stgdict.c
Add pickle support to ctypes types.
2008-02-13 20:21:53 +00:00