Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Version 3.2.0
Unreleased

- Remove previously deprecated code: ``__version__``. :pr:`5648`
- Fix reference cycle in exception handling: :issue:`5709`


Version 3.1.1
Expand Down
1 change: 1 addition & 0 deletions src/flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ def wsgi_app(
error = None

ctx.pop(error)
del error

def __call__(
self, environ: WSGIEnvironment, start_response: StartResponse
Expand Down