]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (GH-13227...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 23:37:26 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 23:37:26 +0000 (01:37 +0200)
commit099b3013fa2481a9cad0e26cd01ea74ab633d122
tree587a1ec8461b64190ea731dd7e079041360819bd
parentc3c8e315474d5c8653ad2296463ad15e67b011c8
[3.13] gh-131507: Add a way to recreate the `Misc/mypy` symlinks if missing (GH-132274) (#132293)

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

(cherry picked from commit 16dcb576f7623e19f22be631bbc0e565335da969)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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]