File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ============================================
2+ # TODO: Allowlist entries that should be fixed
3+ # ============================================
4+
15_decimal.SPEC_VERSION
26_pyrepl.fancy_termios
37_pyrepl.unix_console
Original file line number Diff line number Diff line change 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
3441ctypes.c_double_complex._type_
3542ctypes.c_float_complex._type_
3643ctypes.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\..*
4044mmap.MS_ASYNC
4145mmap.MS_INVALIDATE
4246mmap.MS_SYNC
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ # ============================================
2+ # TODO: Allowlist entries that should be fixed
3+ # ============================================
4+
15_decimal.SPEC_VERSION
26_socket.IPV6_HDRINCL
37_winapi.DeregisterEventSource
You can’t perform that action at this time.
0 commit comments