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-26 06:14:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d236eb05a80c088a15eb68d41eec7f3384dd76e
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
f89b04c164
Performance improvement: Use PyDict_Get/SetItem instead of
...
PyDict_Get/SetItemString.
2008-06-06 18:37:55 +00:00
..
darwin
…
libffi
Fix misspelled sys.platform name and misspelled filename.
2008-06-02 18:41:30 +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
MacOS X: Enable 4-way universal builds
2008-06-05 12:58:24 +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
#1798
: Add ctypes calling convention that allows safe access of errno.
2008-06-06 08:33:46 +00:00
callbacks.c
Issue
#1798
: Add ctypes calling convention that allows safe access of errno.
2008-06-06 08:33:46 +00:00
callproc.c
Performance improvement: Use PyDict_Get/SetItem instead of
2008-06-06 18:37:55 +00:00
cfield.c
MacOS X: Enable 4-way universal builds
2008-06-05 12:58:24 +00:00
ctypes_dlfcn.h
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
ctypes.h
Issue
#1798
: Add ctypes calling convention that allows safe access of errno.
2008-06-06 08:33:46 +00:00
malloc_closure.c
Patch
#1722225
: Support QNX 6.
2008-05-23 15:06:50 +00:00
stgdict.c
Backport from py3k: Implement the new buffer interface from pep3118
2008-06-05 17:51:15 +00:00