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

Fix thread local context. #131

Merged
merged 2 commits into from
Jul 1, 2019

Conversation

chrisrossi
Copy link
Contributor

It turns out that if you use __slots__ in a threading.local
subclass, it no longer works as a threading.local instance. The more
you know...

Fixes #128.

It turns out that if you use ``__slots__`` in a ``threading.local``
subclass, it no longer works as a ``threading.local`` instance. The more
you know...

Fixes googleapis#128.
@chrisrossi chrisrossi requested a review from cguardia July 1, 2019 18:14
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 1, 2019
Copy link
Contributor

@cguardia cguardia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was...unexpected.

@chrisrossi chrisrossi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@chrisrossi
Copy link
Contributor Author

That was...unexpected.

Sometimes it takes more than half a day to find the one line to delete.

¯_(ツ)_/¯

@chrisrossi chrisrossi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@chrisrossi chrisrossi merged commit 687b5ec into googleapis:master Jul 1, 2019
@chrisrossi chrisrossi deleted the fix-threadlocal-context branch July 1, 2019 19:17
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.

No current context
4 participants