This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-30 21:01:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_ctypes
History
Thomas Wouters
d2cf20eea2
Remove the simple slicing API. All slicing is now done with slice objects.
2007-08-30 22:57:53 +00:00
..
darwin
…
libffi
…
libffi_arm_wince
…
libffi_msvc
…
_ctypes_test.c
…
_ctypes_test.h
…
_ctypes.c
Remove the simple slicing API. All slicing is now done with slice objects.
2007-08-30 22:57:53 +00:00
callbacks.c
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
2007-08-12 11:44:53 +00:00
callproc.c
…
cfield.c
Fix the ctypes tests. Patch from Victor Stinner. He writes:
2007-08-08 18:47:32 +00:00
ctypes_dlfcn.h
…
ctypes.h
…
malloc_closure.c
…
stgdict.c
…