Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Merged
Prev Previous commit
Next Next commit
Apply suggestion from @sunmy2019
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
  • Loading branch information
skirpichev and sunmy2019 authored Apr 15, 2026
commit b05a4e54dc0d45556b9275ecdc0ccdb9d66fa47b
1 change: 0 additions & 1 deletion Modules/_ctypes/_ctypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2388,7 +2388,6 @@ PyCSimpleType_init(PyObject *self, PyObject *args, PyObject *kwds)
goto error;
}
if (set_stginfo_ffi_type_pointer(stginfo, fmt)) {
PyErr_NoMemory();
goto error;
}
stginfo->align = fmt->pffi_type->alignment;
Expand Down
Loading