]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Preserve traceback when exception is raised in sync dependency with `yield` (#5823)
authorAbdullah Hashim <sombek990@hotmail.com>
Tue, 3 Dec 2024 22:37:12 +0000 (01:37 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 22:37:12 +0000 (23:37 +0100)
commit4f8157588e47f909276e0474f6926740a2e55b9c
tree4cc70d7081b26bc12df37ce0eae5031fe2ae40b0
parent8255edfecfe539f09c2655016ea3ef3e4fb50881
🐛 Preserve traceback when exception is raised in sync dependency with `yield` (#5823)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
fastapi/concurrency.py
tests/test_exception_handlers.py