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
74bd40d85cf70fa8b8b4d9280efbb721c8ef4796
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
880f529c04
Issue
#3313
: Contrary to the man page, a failed dlopen() call does not
...
always set a dlerror() message.
2008-07-15 19:39:38 +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
#3258
: Fix an assertion error (in debug build) and a crash (in
2008-07-15 17:03:08 +00:00
callbacks.c
This reverts r63675 based on the discussion in this thread:
2008-06-09 04:58:54 +00:00
callproc.c
Issue
#3313
: Contrary to the man page, a failed dlopen() call does not
2008-07-15 19:39:38 +00:00
cfield.c
This reverts r63675 based on the discussion in this thread:
2008-06-09 04:58:54 +00:00
ctypes_dlfcn.h
…
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