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 272d59c commit c217d95Copy full SHA for c217d95
docs/versionhistory.rst
@@ -20,6 +20,10 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
20
current Python version on several of its methods, and made the ``is_junction`` method
21
unavailable on Python versions earlier than 3.12
22
(`#794 <https://github.com/agronholm/anyio/issues/794>`_)
23
+- Fixed connect_tcp producing cyclic references in tracebacks
24
+ when raising exceptions (`#809 <https://github.com/agronholm/anyio/pull/809>`_)
25
+ (PR by @graingert)
26
+
27
28
**4.6.0**
29
0 commit comments