Update allowlist for Python 3.14 (#14388)

* Update allowlist for Python 3.14

* Add html.parser entry
This commit is contained in:
Semyon Moroz
2025-07-09 08:28:56 +00:00
committed by GitHub
parent dfee232873
commit d4e03e05fb
@@ -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__