Skip to content

Commit b6bc205

Browse files
authored
PEP 747: Link to mypy reference implementation (#4700)
1 parent 6774537 commit b6bc205

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

peps/pep-0747.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,12 +516,14 @@ Reference Implementation
516516

517517
Pyright (version 1.1.379) provides a reference implementation for ``TypeForm``.
518518

519-
Mypy contributors also `plan to implement <https://github.com/python/mypy/issues/9773>`__
520-
support for ``TypeForm``.
519+
Mypy (`commit 1b7e71`_; Nov 3, 2025) provides
520+
a reference implementation for ``TypeForm``.
521521

522522
A reference implementation of the runtime component is provided in the
523523
``typing_extensions`` module.
524524

525+
.. _commit 1b7e71: https://github.com/python/mypy/commit/1b7e717ecc56cd13d76bc110a1db2796e8b3c918
526+
525527

526528
Rejected Ideas
527529
==============

0 commit comments

Comments
 (0)