]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125783: Add tests to prevent regressions with the combination of `ctypes...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Oct 2024 13:15:09 +0000 (14:15 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Oct 2024 13:15:09 +0000 (14:15 +0100)
commitbce9df97d5349e351666055bd797c99e55a1770a
tree9abbc211764bddad74555e7da8c8baeb8165f7da
parentbc9ae4a1caf053a264c6f6623755a5f39da76dc7
[3.12] gh-125783: Add tests to prevent regressions with the combination of `ctypes` and metaclasses. (GH-125881) (GH-125988)

cherry picked from commit 13844094609cf8265a2eed023e33c7002f3f530d
by Jun Komoda

Also: Add test_ctypes/_support.py from 3.13+
This partially backports be89ee5649031e08f191bf596fa20a09c5698079
(https://github.com/python/cpython/pull/113727)
by AN Long

Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_ctypes/_support.py [new file with mode: 0644]
Lib/test/test_ctypes/test_c_simple_type_meta.py [new file with mode: 0644]