[serial] Update stubtest comment (#14739)

Cf. #14718
This commit is contained in:
Sebastian Rittau
2025-09-18 20:19:11 +02:00
committed by GitHub
parent 4fc0fd82bd
commit 00790cb021
@@ -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