]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184)
authorJun Komoda <45822440+junkmd@users.noreply.github.com>
Mon, 25 Nov 2024 13:55:07 +0000 (22:55 +0900)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 13:55:07 +0000 (14:55 +0100)
commitc7f1e3e150ca181f4b4bd1e5b59d492749f00be6
treed9ceedbc1fc66b30bbd373fdee0358f9c8182b6c
parentf4f075b3d5a5b0bc1b13cc27ef2a7de8c103fd04
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.
Lib/test/test_ctypes/test_win32_com_foreign_func.py