Skip to content

gh-153903: Use @ctypes.util.wrap_dll_function() - #154122

Merged
vstinner merged 6 commits into
python:mainfrom
vstinner:ctypes_wrap2
Jul 19, 2026
Merged

gh-153903: Use @ctypes.util.wrap_dll_function()#154122
vstinner merged 6 commits into
python:mainfrom
vstinner:ctypes_wrap2

Conversation

@vstinner

@vstinnervstinner commented Jul 19, 2026

Copy link
Copy Markdown
Member

@vstinner

Copy link
Copy Markdown
MemberAuthor

Tests / macOS (free-threading) / build and test (macos-26) (pull_request): Failing after 12m

test_idle failed, it looks unrelated to this PR.

FAIL: test_hidetip_on_mouse_leave (idlelib.idle_test.test_tooltip.HovertipTest.test_hidetip_on_mouse_leave)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/cpython/cpython/Lib/idlelib/idle_test/test_tooltip.py", line 156, in test_hidetip_on_mouse_leave
self.assertFalse(self.is_tipwindow_shown(tooltip))
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: True is not false

@vstinner
vstinner marked this pull request as ready for review July 19, 2026 14:57
@vstinner
vstinner enabled auto-merge (squash) July 19, 2026 14:58
@vstinner
vstinner merged commit 249d5e0 into python:mainJul 19, 2026
89 of 91 checks passed
@vstinner
vstinner deleted the ctypes_wrap2 branch July 19, 2026 15:12

@freakboy3742freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed after merge, but looks like a good cleanup to me.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@freakboy3742