druid8

Results 2 issues of druid8

I'm not sure about this, but it looks that requests is expecting invalid date format in Expires section in Cookies passed as Morsel objects. `morsel_to_cookie` (from `requests/cookie.py`) function parse `expires`...

**Describe the bug** On Postgres (`TransactionsContextPooled`) using more then one level of nested sub-transactions cause a deadlock. All returned instances of `NestedTransactionPooledContext` in `__aenter__` tries to acquire same lock on...