File tree 3 files changed +3
-23
lines changed
stdlib/@tests/stubtest_allowlists
3 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 1
1
# new in py313
2
- _pyrepl.curses
3
- _pyrepl.fancy_termios
4
- _pyrepl.readline
5
- _pyrepl.simple_interact
6
- _pyrepl.unix_console
7
- _pyrepl.unix_eventqueue
8
2
asyncio.unix_events.EventLoop
9
3
asyncio.unix_events._UnixSelectorEventLoop.create_unix_server
10
4
asyncio.unix_events.__all__
Original file line number Diff line number Diff line change 1
1
# TODO: triage these (new in py313)
2
2
_decimal
3
- _pyrepl.curses
4
- _pyrepl.fancy_termios
5
- _pyrepl.readline
6
- _pyrepl.simple_interact
7
- _pyrepl.unix_console
8
- _pyrepl.unix_eventqueue
9
3
_stat.SF_SETTABLE
10
4
_stat.SF_SUPPORTED
11
5
_stat.SF_SYNTHETIC
Original file line number Diff line number Diff line change @@ -12,17 +12,6 @@ _ctypes.alignment
12
12
_ctypes.pointer
13
13
_ctypes.sizeof
14
14
_json.encode_basestring_ascii
15
- _pyrepl.commands
16
- _pyrepl.completing_reader
17
- _pyrepl.console
18
- _pyrepl.historical_reader
19
- _pyrepl.input
20
- _pyrepl.keymap
21
- _pyrepl.pager
22
- _pyrepl.reader
23
- _pyrepl.trace
24
- _pyrepl.types
25
- _pyrepl.utils
26
15
_thread.interrupt_main
27
16
_thread.lock
28
17
_thread.stack_size
@@ -312,6 +301,9 @@ zoneinfo.ZoneInfo.from_file
312
301
# Allowlist entries that cannot or should not be fixed
313
302
# ==========
314
303
304
+ # The internal implementation of the REPL on py313+; not for public consumption
305
+ _pyrepl\..+
306
+
315
307
# Runtime AST node runtime constructor behaviour is too loose.
316
308
# For static typing, the loose behaviour is undesirable (https://github.com/python/typeshed/issues/8378).
317
309
# For the runtime, the loose behaviour is deprecated in Python 3.13 (https://github.com/python/cpython/issues/105858)
You can’t perform that action at this time.
0 commit comments