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 02:43:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_ctypes
History
Yongtao Huang
b9a4806430
gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
...
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
2025-12-25 19:08:43 +02:00
..
clinic
…
_ctypes_test_generated.c.h
…
_ctypes_test.c
…
_ctypes_test.h
…
_ctypes.c
gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)
2025-12-25 14:24:25 +00:00
callbacks.c
…
callproc.c
gh-76007: Deprecate
__version__
attribute in
ctypes
(
#142679
)
2025-12-15 13:30:23 +02:00
cfield.c
gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
2025-12-25 19:08:43 +02:00
ctypes.h
…
malloc_closure.c
…
stgdict.c
…