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-06-21 18:41:52 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecbd31ee390634a2d420b975c9acef747e10d00a
cpython
/
Modules
/
_ctypes
T
History
sobolevn
6b217ea90b
gh-151126: Fix crash on unset memory error in
ctypes.get_errno
(
#151382
)
2026-06-12 14:03:21 +03:00
..
clinic
…
_ctypes_test_generated.c.h
…
_ctypes_test.c
gh-149707: Fix compiler warning in _ctypes_test on strchr() (
#149791
)
2026-05-15 13:04:50 +02:00
_ctypes_test.h
…
_ctypes.c
gh-150319: Replace all documentation which says "See PEP 585" (
#150325
)
2026-06-02 21:13:34 +01:00
callbacks.c
…
callproc.c
gh-151126: Fix crash on unset memory error in
ctypes.get_errno
(
#151382
)
2026-06-12 14:03:21 +03:00
cfield.c
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (
#148676
)
2026-05-04 16:14:23 +02:00
ctypes.h
gh-148675: Use a string for ctypes cparam tag (
#149778
)
2026-05-15 13:25:09 +02:00
malloc_closure.c
…
stgdict.c
…