Skip to content

Commit

Permalink
Small cleanup to wss/ws fix (#8513)
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
  • Loading branch information
bdraco and webknjaz authored Jul 20, 2024
1 parent 43b10dc commit bbe90e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES/6722.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ are raised instead of :py:exc:`ValueError` or :py:exc:`~aiohttp.InvalidURL` when

The :py:exc:`~aiohttp.InvalidURL` now exposes a ``description`` property with the text explanation of the error details.

-- by :user:`setla`
-- by :user:`setla`, :user:`AraHaan`, and :user:`bdraco`
2 changes: 0 additions & 2 deletions CHANGES/8481.bugfix.rst

This file was deleted.

1 change: 1 addition & 0 deletions CHANGES/8481.feature.rst
1 change: 1 addition & 0 deletions CHANGES/8482.feature.rst
2 changes: 1 addition & 1 deletion tests/test_client_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ async def create_connection(req, traces, timeout):
# if the connection wasn't already closed
for c in connections:
c.close()
del c
c.__del__()

await session.close()

Expand Down

0 comments on commit bbe90e5

Please sign in to comment.