From d4e03e05fbdade0ece6b84b99031fa74208b6e1e Mon Sep 17 00:00:00 2001 From: Semyon Moroz Date: Wed, 9 Jul 2025 08:28:56 +0000 Subject: [PATCH] Update allowlist for Python 3.14 (#14388) * Update allowlist for Python 3.14 * Add html.parser entry --- stdlib/@tests/stubtest_allowlists/py314.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stdlib/@tests/stubtest_allowlists/py314.txt b/stdlib/@tests/stubtest_allowlists/py314.txt index 7eb5e7340..7f18bd946 100644 --- a/stdlib/@tests/stubtest_allowlists/py314.txt +++ b/stdlib/@tests/stubtest_allowlists/py314.txt @@ -3,6 +3,15 @@ # ==================================================================== concurrent.interpreters +concurrent.futures.InterpreterPoolExecutor.__init__ +concurrent.futures.InterpreterPoolExecutor.prepare_context +concurrent.futures.interpreter.ExecutionFailed +concurrent.futures.interpreter.InterpreterPoolExecutor.__init__ +concurrent.futures.interpreter.InterpreterPoolExecutor.prepare_context +concurrent.futures.interpreter.WorkerContext.__init__ +concurrent.futures.interpreter.WorkerContext.prepare +concurrent.futures.interpreter.do_call +html.parser.HTMLParser.parse_comment multiprocessing.managers.BaseListProxy.clear multiprocessing.managers.BaseListProxy.copy multiprocessing.managers.DictProxy.__ior__