Skip to content

Change the Quart signal receivers to coroutine functions#1996

Closed
pgjones wants to merge 1 commit into
getsentry:masterfrom
pgjones:master
Closed

Change the Quart signal receivers to coroutine functions#1996
pgjones wants to merge 1 commit into
getsentry:masterfrom
pgjones:master

Conversation

@pgjones

@pgjones pgjones commented Apr 9, 2023

Copy link
Copy Markdown
Contributor

This will ensure that the integration works best with Quart 0.19 (not yet released) and pre 0.19 versions. As the latter would have implicitly converted the signal receivers to coroutine functions anyway. There is sadly no way to support Quart <= 0.18 and Blinker >= 1.6.

@antonpirker something to consider.

This will ensure that the integration works with Quart 0.19 (not yet
released) and pre 0.19 versions. As the latter would have implicitly
converted the signal receivers to coroutine functions anyway.
@antonpirker

antonpirker commented Apr 11, 2023

Copy link
Copy Markdown
Contributor

Hey @pgjones !

Thanks for the fix!
I have created a new PR including your fix and also updating how we test our Quart integration here: #2003

I will close this PR in favor for the other one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants