]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127251)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Nov 2024 10:13:08 +0000 (11:13 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2024 10:13:08 +0000 (11:13 +0100)
commit0f77357905a82ae03e6ba6868e4d7b2feef4f656
tree0882abc004911385f85fa45c264db3a33e55233e
parent8b2e30390ce6f195c417201f076d665e3ee5bc2a
[3.13] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127251)

gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184)

* Make `create_shelllink_persist` top level function.

* Add `CopyComPointerTests`.

* Add more tests.

* Update tests.

* Add assertions for `Release`'s return value.
(cherry picked from commit c7f1e3e150ca181f4b4bd1e5b59d492749f00be6)

Co-authored-by: Jun Komoda <45822440+junkmd@users.noreply.github.com>
Lib/test/test_ctypes/test_win32_com_foreign_func.py