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-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c549fcccbbcf6cbf7db3da928a09e81e2c8bc7f3
cpython
/
Modules
/
_ctypes
T
History
dgelessus
837ba05267
GH-81061: Fix refcount issue when returning
None
from a
ctypes.py_object
callback (
#13364
)
2023-01-09 15:43:04 +05:30
..
_ctypes_test.c
bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (GH-26204)
2022-09-26 17:27:44 +01:00
_ctypes_test.h
…
_ctypes.c
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
2022-12-29 16:13:28 -06:00
callbacks.c
GH-81061: Fix refcount issue when returning
None
from a
ctypes.py_object
callback (
#13364
)
2023-01-09 15:43:04 +05:30
callproc.c
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
2022-12-29 16:13:28 -06:00
cfield.c
gh-78878: Fix crash when creating an instance of
_ctypes.CField
(
#14837
)
2022-12-21 23:01:17 +05:30
ctypes.h
gh-99337: Fix compile errors with gcc 12 on macOS (
#99470
)
2022-11-21 10:50:20 +01:00
malloc_closure.c
gh-99337: Fix compile errors with gcc 12 on macOS (
#99470
)
2022-11-21 10:50:20 +01:00
stgdict.c
gh-78878: Fix crash when creating an instance of
_ctypes.CField
(
#14837
)
2022-12-21 23:01:17 +05:30