We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc0fd8 commit 00790cbCopy full SHA for 00790cb
stubs/pyserial/@tests/stubtest_allowlist_win32.txt
@@ -11,6 +11,6 @@ serial.tools.list_ports_posix # Posix only
11
# names.
12
serial.serialwin32.Serial.write
13
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
+# Depending on the Windows variant, ULONG_PTR is either c_longlong or c_ulong,
+# but when running stubtest, only one of these is seen.
16
serial.win32.ULONG_PTR
0 commit comments