]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (#132274)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 8 Apr 2025 23:01:36 +0000 (01:01 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 23:01:36 +0000 (01:01 +0200)
commit16dcb576f7623e19f22be631bbc0e565335da969
tree1c54c5b81eac660f7170c32213a6cda69bc157c1
parentf5f1ac84b3b9d688b9e7d5943c975904b6b74513
gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (#132274)

They will be removed in source tarballs so they don't appear
in the SBOM.

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
.github/workflows/mypy.yml
Misc/mypy/README.md
Misc/mypy/make_symlinks.py [new file with mode: 0755]
Misc/mypy/typed-stdlib.txt [new file with mode: 0644]