Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment BQ DB-API thread safety. (googleapis#3693)
Increment to 2 per https://www.python.org/dev/peps/pep-0249/#threadsafety. The cursor object includes some state for paging through results and other things which are not protected by locs. Closes googleapis#3522.
- Loading branch information