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-24 13:23:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66263cf1518ef97ee6b5167ece2d9957ea4658ca
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
fe31d77dc0
PyType_stgdict() returns a borrowed reference which must not be
...
Py_DECREF'd.
2007-07-13 19:51:55 +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
Repair COMError. Since exceptions are new style classes now, setting
2007-07-13 13:59:39 +00:00
callbacks.c
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
2007-07-13 17:46:54 +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
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
2007-07-13 17:46:54 +00:00
malloc_closure.c
Add pep-291 compatibility markers.
2006-06-12 20:56:48 +00:00
stgdict.c
PyType_stgdict() returns a borrowed reference which must not be
2007-07-13 19:51:55 +00:00