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 6774537 commit b6bc205Copy full SHA for b6bc205
peps/pep-0747.rst
@@ -516,12 +516,14 @@ Reference Implementation
516
517
Pyright (version 1.1.379) provides a reference implementation for ``TypeForm``.
518
519
-Mypy contributors also `plan to implement <https://github.com/python/mypy/issues/9773>`__
520
-support for ``TypeForm``.
+Mypy (`commit 1b7e71`_; Nov 3, 2025) provides
+a reference implementation for ``TypeForm``.
521
522
A reference implementation of the runtime component is provided in the
523
``typing_extensions`` module.
524
525
+.. _commit 1b7e71: https://github.com/python/mypy/commit/1b7e717ecc56cd13d76bc110a1db2796e8b3c918
526
+
527
528
Rejected Ideas
529
==============
0 commit comments