Skip to content

Commit 00790cb

Browse files
authored
[serial] Update stubtest comment (#14739)
Cf. #14718
1 parent 4fc0fd8 commit 00790cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/pyserial/@tests/stubtest_allowlist_win32.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ serial.tools.list_ports_posix # Posix only
1111
# names.
1212
serial.serialwin32.Serial.write
1313

14-
# FIXME: new stubtest errors from mypy v1.18.1 that need to be looked at more closely.
15-
# See https://github.com/python/typeshed/pull/14699
14+
# Depending on the Windows variant, ULONG_PTR is either c_longlong or c_ulong,
15+
# but when running stubtest, only one of these is seen.
1616
serial.win32.ULONG_PTR

0 commit comments

Comments
 (0)