Skip to content

Commit 7ee8c23

Browse files
committed
Restore files in Misc
1 parent 3d954be commit 7ee8c23

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,3 @@ CLAUDE.local.md
179179
#### main branch only stuff below this line, things to backport go above. ####
180180
# main branch only: ABI files are not checked/maintained.
181181
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../Lib/_colorize.py

Misc/mypy/_pyrepl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../Lib/_pyrepl

Misc/mypy/token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../Lib/token.py

0 commit comments

Comments
 (0)