Skip to content

Commit d4e03e0

Browse files
authored
Update allowlist for Python 3.14 (#14388)
* Update allowlist for Python 3.14 * Add html.parser entry
1 parent dfee232 commit d4e03e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stdlib/@tests/stubtest_allowlists/py314.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
# ====================================================================
44

55
concurrent.interpreters
6+
concurrent.futures.InterpreterPoolExecutor.__init__
7+
concurrent.futures.InterpreterPoolExecutor.prepare_context
8+
concurrent.futures.interpreter.ExecutionFailed
9+
concurrent.futures.interpreter.InterpreterPoolExecutor.__init__
10+
concurrent.futures.interpreter.InterpreterPoolExecutor.prepare_context
11+
concurrent.futures.interpreter.WorkerContext.__init__
12+
concurrent.futures.interpreter.WorkerContext.prepare
13+
concurrent.futures.interpreter.do_call
14+
html.parser.HTMLParser.parse_comment
615
multiprocessing.managers.BaseListProxy.clear
716
multiprocessing.managers.BaseListProxy.copy
817
multiprocessing.managers.DictProxy.__ior__

0 commit comments

Comments
 (0)