From 00790cb021f8a2ea9306668636935a96d633dcca Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 18 Sep 2025 20:19:11 +0200 Subject: [PATCH] [serial] Update stubtest comment (#14739) Cf. #14718 --- stubs/pyserial/@tests/stubtest_allowlist_win32.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/pyserial/@tests/stubtest_allowlist_win32.txt b/stubs/pyserial/@tests/stubtest_allowlist_win32.txt index 8e962557c..7ba909725 100644 --- a/stubs/pyserial/@tests/stubtest_allowlist_win32.txt +++ b/stubs/pyserial/@tests/stubtest_allowlist_win32.txt @@ -11,6 +11,6 @@ serial.tools.list_ports_posix # Posix only # names. serial.serialwin32.Serial.write -# FIXME: new stubtest errors from mypy v1.18.1 that need to be looked at more closely. -# See https://github.com/python/typeshed/pull/14699 +# Depending on the Windows variant, ULONG_PTR is either c_longlong or c_ulong, +# but when running stubtest, only one of these is seen. serial.win32.ULONG_PTR