]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125783: Add tests to prevent regressions with the combination of `ctypes` and...
authorJun Komoda <45822440+junkmd@users.noreply.github.com>
Fri, 25 Oct 2024 16:31:35 +0000 (01:31 +0900)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 16:31:35 +0000 (18:31 +0200)
commit13844094609cf8265a2eed023e33c7002f3f530d
treeb224e5f828cd3c380e3150f014bc5c1dd3b8bdfb
parent7f6e884f3acc860c1cf1b773c9659e8f861263e7
gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881)
Lib/test/test_ctypes/test_c_simple_type_meta.py [new file with mode: 0644]