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 c175af6 commit b389b2bCopy full SHA for b389b2b
1 file changed
src/py/reactpy/reactpy/core/hooks.py
@@ -191,6 +191,7 @@ async def stop(self) -> None:
191
cleanup = None
192
193
if cleanup is not None:
194
+ # backwards compat for async cleanup in Python<3.11
195
try:
196
await cleanup
197
except Exception:
0 commit comments