]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-125783: Add tests to prevent regressions with the combination of `ctypes...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Oct 2024 12:49:45 +0000 (13:49 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 12:49:45 +0000 (13:49 +0100)
commit86ec8aa7ed2275a3a6e123d536812dd75e657d1b
tree67a646c4a060edfecd61bb9a9529ccd456b80269
parent00b13ec050696f98da28db15987122d1f3bd5d39
[3.13] gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881) (#125987)

gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881)
(cherry picked from commit 13844094609cf8265a2eed023e33c7002f3f530d)

Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
Lib/test/test_ctypes/test_c_simple_type_meta.py [new file with mode: 0644]