Update _imp to 3.14 (#14164)

This commit is contained in:
sobolevn
2025-05-27 09:31:44 +03:00
committed by GitHub
parent fcc877d5d8
commit 0bf33ebd2b
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ from importlib.machinery import ModuleSpec
from typing import Any
check_hash_based_pycs: str
if sys.version_info >= (3, 14):
pyc_magic_number_token: int
def source_hash(key: int, source: ReadableBuffer) -> bytes: ...
def create_builtin(spec: ModuleSpec, /) -> types.ModuleType: ...