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-14 08:28:31 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1771b54bed1faa2d8216d3d9d76d3f604e93336d
cpython
/
Modules
/
_ctypes
T
History
Hirokazu Yamamoto
34aa30ca2b
Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
...
with Python2.7.
2010-09-12 16:06:18 +00:00
..
darwin
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00
libffi
Fix issue5504: ctypes does now work with systems where mmap can't be
2010-08-08 17:58:53 +00:00
libffi_arm_wince
…
libffi_msvc
Fix issue5504: ctypes does now work with systems where mmap can't be
2010-08-08 17:58:53 +00:00
libffi_osx
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
_ctypes_test.c
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00
_ctypes_test.h
…
_ctypes.c
Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
2010-09-12 16:06:18 +00:00
callbacks.c
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
callproc.c
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned)
2010-08-24 21:57:33 +00:00
cfield.c
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use memcpy to convert between the two (as already done when wchar_t is unsigned)
2010-08-24 21:57:33 +00:00
ctypes_dlfcn.h
…
ctypes.h
Fix issue5504: ctypes does now work with systems where mmap can't be
2010-08-08 17:58:53 +00:00
libffi.diff
Merged revisions 79101 via svnmerge from
2010-03-19 19:02:09 +00:00
malloc_closure.c
Fix for issue9662, patch by Łukasz Langa in issue5504.
2010-09-05 18:25:59 +00:00
stgdict.c
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00