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-17 01:49:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8dcd57edb88ce57063e5c2b85fe0ee1abb1ce8b
cpython
/
Modules
/
_ctypes
T
History
Segev Finer
735abadd5b
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
2018-05-15 02:54:29 +03:00
..
darwin
…
libffi_msvc
…
libffi_osx
…
_ctypes_test.c
closes bpo-32460: ensure all non-static globals have initializers (
#5061
)
2017-12-31 10:04:13 -08:00
_ctypes_test.h
…
_ctypes.c
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
2018-05-15 02:54:29 +03:00
callbacks.c
…
callproc.c
Add the const qualifier to "char *" variables that refer to literal strings. (
#4370
)
2017-11-11 13:06:26 +02:00
cfield.c
…
ctypes_dlfcn.h
…
ctypes.h
…
malloc_closure.c
…
stgdict.c
…