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 3d954be commit 7ee8c23Copy full SHA for 7ee8c23
.gitignore
@@ -179,8 +179,3 @@ CLAUDE.local.md
179
#### main branch only stuff below this line, things to backport go above. ####
180
# main branch only: ABI files are not checked/maintained.
181
Doc/data/python*.abi
182
-
183
-# Mypy symlinks (generated by Misc/mypy/make_symlinks.py)
184
-Misc/mypy/_colorize.py
185
-Misc/mypy/_pyrepl
186
-Misc/mypy/token.py
Misc/mypy/_colorize.py
@@ -0,0 +1 @@
1
+../../Lib/_colorize.py
Misc/mypy/_pyrepl
+../../Lib/_pyrepl
Misc/mypy/token.py
+../../Lib/token.py
0 commit comments