[stdlib] Mark constants as Final (#14577)

This commit is contained in:
Semyon Moroz
2025-08-15 11:19:03 +00:00
committed by GitHub
parent 554701e9b6
commit 85a787bba3
62 changed files with 1601 additions and 1583 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
import sys
from _typeshed import ReadOnlyBuffer
from typing import Any, Literal, TypeVar, final, overload
from typing import Any, Final, Literal, TypeVar, final, overload
from typing_extensions import TypeAlias
ucd_3_2_0: UCD
unidata_version: str
unidata_version: Final[str]
if sys.version_info < (3, 10):
ucnhash_CAPI: Any