Skip to content

Commit 2855dae

Browse files
committed
add comments
1 parent 8d4fe08 commit 2855dae

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

stdlib/@tests/stubtest_allowlists/darwin-py315.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ============================================
2+
# TODO: Allowlist entries that should be fixed
3+
# ============================================
4+
15
_decimal.SPEC_VERSION
26
_pyrepl.fancy_termios
37
_pyrepl.unix_console

stdlib/@tests/stubtest_allowlists/linux-py315.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# ============================================
2+
# TODO: Allowlist entries that should be fixed
3+
# ============================================
4+
5+
# GitHub Actions' Python 3.15 Linux build currently lacks _decimal, so
6+
# decimal falls back to _pydecimal with different runtime signatures.
7+
decimal\..*
18
_decimal
29
_pyrepl.fancy_termios
310
_pyrepl.unix_console
@@ -34,9 +41,6 @@ _socket.SOL_CAN_ISOTP
3441
ctypes.c_double_complex._type_
3542
ctypes.c_float_complex._type_
3643
ctypes.c_longdouble_complex._type_
37-
# GitHub Actions' Python 3.15 Linux build currently lacks _decimal, so
38-
# decimal falls back to _pydecimal with different runtime signatures.
39-
decimal\..*
4044
mmap.MS_ASYNC
4145
mmap.MS_INVALIDATE
4246
mmap.MS_SYNC

stdlib/@tests/stubtest_allowlists/py315.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ============================================
2+
# TODO: Allowlist entries that should be fixed
3+
# ============================================
4+
15
_collections_abc.__all__
26
_frozen_importlib.BuiltinImporter.load_module
37
_frozen_importlib.FrozenImporter.load_module

stdlib/@tests/stubtest_allowlists/win32-py315.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ============================================
2+
# TODO: Allowlist entries that should be fixed
3+
# ============================================
4+
15
_decimal.SPEC_VERSION
26
_socket.IPV6_HDRINCL
37
_winapi.DeregisterEventSource

0 commit comments

Comments
 (0)