Skip to content

Commit

Permalink
Remove process-id checks from asyncio. Asyncio and fork() does not mi…
Browse files Browse the repository at this point in the history
…x. (#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
  • Loading branch information
kristjanvalur committed Sep 14, 2023
1 parent 94ae3e0 commit ba186d2
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 267 deletions.

0 comments on commit ba186d2

Please sign in to comment.