Created
February 23, 2026 15:31
-
-
Save AlexWaygood/ada635b7f0cfad159f4b9e528bc54a11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"dependencies": []} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from typing import reveal_type | |
| reveal_type((0,) * 10000001) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [project] | |
| requires-python = ">= 3.14" | |
| [tool.mypy] | |
| [tool.pycroscope] | |
| [tool.pyrefly] | |
| [tool.pyright] | |
| [tool.zuban] | |
| [tool.ty] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment