Files
sqlalchemy/test/base
Mike Bayer 81cc6829f4 ensure greenlet_spawn propagates BaseException
Fixed bug in asyncio implementation where the greenlet adaptation system
failed to propagate ``BaseException`` subclasses, most notably including
``asyncio.CancelledError``, to the exception handling logic used by the
engine to invalidate and clean up the connection, thus preventing
connections from being correctly disposed when a task was cancelled.

Fixes: #6652
Change-Id: Id3809e6c9e7bced46a7a3b5a0d1906c4168dc4fc
2021-06-18 23:14:20 -04:00
..
2020-06-11 14:31:57 -04:00
2020-09-28 15:17:26 -04:00