Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Fix thread local context. - #131

Merged
chrisrossi merged 2 commits into
googleapis:masterfrom
chrisrossi:fix-threadlocal-context
Jul 1, 2019
Merged

Fix thread local context.#131
chrisrossi merged 2 commits into
googleapis:masterfrom
chrisrossi:fix-threadlocal-context

Conversation

@chrisrossi

Copy link
Copy Markdown
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...
Fixesgoogleapis#128.
@chrisrossi
chrisrossi requested a review from cguardiaJuly 1, 2019 18:14
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 1, 2019

@cguardiacguardia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

That was...unexpected.

@chrisrossichrisrossi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@chrisrossi

Copy link
Copy Markdown
ContributorAuthor

That was...unexpected.

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

¯_(ツ)_/¯

@chrisrossichrisrossi added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 1, 2019
@yoshi-kokoroyoshi-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:masterJul 1, 2019
@chrisrossi
chrisrossi deleted the fix-threadlocal-context branch July 1, 2019 19:17
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis 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

@chrisrossi@cguardia@googlebot@yoshi-kokoro