We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b9d64 commit e1ebbd2Copy full SHA for e1ebbd2
stdlib/zlib.pyi
@@ -28,7 +28,7 @@ Z_TREES: Final = 6
28
29
if sys.version_info >= (3, 14):
30
# Available when zlib was built with zlib-ng
31
- ZLIBNG_VERSION: Final[str]
+ ZLIBNG_VERSION: Final[str] # type: ignore[attr-defined]
32
33
class error(Exception): ...
34
0 commit comments