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
d7e1b2bd17cee31bb581a71fff20101be0b34bc6
cpython
/
Modules
/
_ctypes
T
History
Christian Heimes
d7e1b2bd17
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
..
darwin
…
libffi
Update to newer version of ffi. Fixes crashes and test failures of longdouble
2008-01-27 17:10:43 +00:00
libffi_arm_wince
…
libffi_msvc
…
_ctypes_test.c
Add a 'c_longdouble' type to the ctypes module.
2007-09-07 06:32:17 +00:00
_ctypes_test.h
…
_ctypes.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
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
Use relative instead of absolute filenames in the C-level tracebacks.
2008-01-08 15:15:09 +00:00
cfield.c
Invert the checks in get_[u]long and get_[u]longlong. The intent was
2008-01-24 19:15:02 +00:00
ctypes_dlfcn.h
…
ctypes.h
Add a 'c_longdouble' type to the ctypes module.
2007-09-07 06:32:17 +00:00
malloc_closure.c
…
stgdict.c
As discussed in issue 1700288:
2008-01-14 00:22:44 +00:00