-
Notifications
You must be signed in to change notification settings - Fork 821
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There is an issue with the new urllib3 version(1.26.16) on pypy3, the test_basic_http_success_using_connection_pool test doesn't finish.
According to the urllib3 documentation the new version fixed:
Fixed thread-safety issue where accessing a PoolManager with many distinct origins
would cause connection pools to be closed while requests are in progress (#2954 <https://github.com/urllib3/urllib3/pull/2954>_)
It might be related to the HttpTestbase and to the HTTPServer thread.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working