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 26498ca commit 585de5bCopy full SHA for 585de5b
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2025-10-13-17-56-23.gh-issue-140000.tLhn3e.rst
@@ -0,0 +1,4 @@
1
+Fix potential memory leak when a reference cycle exists between an instance
2
+of :class:`typing.TypeAliasType`, :class:`typing.TypeVar`,
3
+:class:`typing.ParamSpec`, or :class:`typing.TypeVarTuple` and its
4
+``__name__`` attribute. Patch by Mikhail Efimov.
0 commit comments