From 65a5bf9d37a3b29eb394f560b9a09318196c40e8 Mon Sep 17 00:00:00 2001
From: shadchin <shadchin@yandex-team.com>
Date: Mon, 23 Dec 2024 19:39:02 +0300
Subject: Update Python 3 to 3.12.8
 commit_hash:c20045b8a987d8720e1f3328270357491d5530f3

---
 contrib/tools/python3/Lib/typing.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'contrib/tools/python3/Lib/typing.py')

diff --git a/contrib/tools/python3/Lib/typing.py b/contrib/tools/python3/Lib/typing.py
index 94c211292e..a271416d46 100644
--- a/contrib/tools/python3/Lib/typing.py
+++ b/contrib/tools/python3/Lib/typing.py
@@ -1815,7 +1815,8 @@ def _allow_reckless_class_checks(depth=2):
 _PROTO_ALLOWLIST = {
     'collections.abc': [
         'Callable', 'Awaitable', 'Iterable', 'Iterator', 'AsyncIterable',
-        'Hashable', 'Sized', 'Container', 'Collection', 'Reversible', 'Buffer',
+        'AsyncIterator', 'Hashable', 'Sized', 'Container', 'Collection',
+        'Reversible', 'Buffer',
     ],
     'contextlib': ['AbstractContextManager', 'AbstractAsyncContextManager'],
 }
-- 
cgit v1.2.3