You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911)
* Remove process-id checks from asyncio. Asyncio and fork() does not mix.
* Remove mention of threads from the async connection code
* Require connections to land in the correct pool
* Remove redundant async locking from the ConnectionPool class
* Simplify `BlockingConnectionPool`
* Ensure connection creation can be subclassed via `make_connection()`
* Fix resource missing awaits in test_cwe_404
* Unpatch mocked client after use
0 commit comments