Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increment BQ DB-API thread safety. #3693

Merged
merged 1 commit into from
Jul 27, 2017
Merged

Increment BQ DB-API thread safety. #3693

merged 1 commit into from
Jul 27, 2017

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Jul 27, 2017

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 locks.

Closes #3522.

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 #3522.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 27, 2017
@tswast tswast requested a review from theacodes July 27, 2017 22:47
@tseaver tseaver merged commit 597657e into master Jul 27, 2017
@tseaver
Copy link
Contributor

tseaver commented Jul 27, 2017

W00t!

@tswast tswast deleted the tswast-patch-1 branch July 27, 2017 23:51
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 21, 2017
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.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
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.
landrito pushed a commit to landrito/google-cloud-python that referenced this pull request Aug 22, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants