cpython/Modules/_ctypes
Victor Stinner dc804ffb2f
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
* Replace PyImport_ImportModule() + PyObject_GetAttr() with
  PyImport_ImportModuleAttr().
* Replace PyImport_ImportModule() + PyObject_GetAttrString() with
  PyImport_ImportModuleAttrString().
2025-02-05 11:03:58 +01:00
..
clinic
_ctypes.c gh-129354: Use PyErr_FormatUnraisable() function (#129511) 2025-01-31 13:16:08 +01:00
_ctypes_test.c
_ctypes_test.h
_ctypes_test_generated.c.h gh-128889: Zero out memory ctypes for generated struct layout tests (GH-128944) 2025-01-21 16:29:02 +01:00
callbacks.c gh-128911: Use PyImport_ImportModuleAttr() function (#129657) 2025-02-05 11:03:58 +01:00
callproc.c gh-111178: fix UBSan failures in Modules/_ctypes (#129071) 2025-01-21 11:50:13 +01:00
cfield.c gh-111178: fix UBSan failures in Modules/_ctypes (#129071) 2025-01-21 11:50:13 +01:00
ctypes.h gh-129141: Fix build on gcc-9.4.0 (GH-129142) 2025-01-21 19:13:33 +01:00
malloc_closure.c
stgdict.c gh-128911: Use PyImport_ImportModuleAttr() function (#129657) 2025-02-05 11:03:58 +01:00