]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126937: ctypes: add test for maximum size of a struct field (GH-126938...
authorPetr Viktorin <encukou@gmail.com>
Thu, 12 Dec 2024 12:02:57 +0000 (13:02 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 12:02:57 +0000 (13:02 +0100)
commitd51c1444e36e2cfdb33087f165819a7cd6774a9e
treee3f2edd30cec8fd44445b988218d00d1abd08160
parent2a7866387077cd5d550bfd42ff7c3409236463c8
[3.13] gh-126937: ctypes: add test for maximum size of a struct field (GH-126938) (GH-127825)

This backports the *test* from GH-126938, with changed limit and exception class.

Co-authored-by: Melissa0x1f992 <70096546+Melissa0x1f992@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_ctypes/test_struct_fields.py