This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug where an unbounded number of credentials wrappers got added. (
#296) * Fix a bug where an unbounded number of credentials wrappers got added. This fixes #1251, where the fact that we were sharing a single `httplib2.Http` instance caused each request to add an additional credentials wrapper around that single instance. That, in turn, caused a `RuntimeError: maximum recursion depth ...` error message once too many API calls had been made. * Only copy the http instance when we need to * Include the fix for authorizing HTTP requests in the older `datalab` module
- Loading branch information