Skip to content

Conversation

zevdg
Copy link
Contributor

@zevdg zevdg commented May 14, 2020

The GAE memcache API isn't supported in python3. This change gives
callers a new way to ensure that googleapiclient doesn't even try
to import and use this legacy API.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #902 🦕

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 14, 2020
@zevdg zevdg changed the title Don't try to import GAE API in other environments chore: don't try to import GAE API in other environments May 14, 2020
The GAE memcache API isn't supported in python3. This change gives callers a new way to ensure that googleapiclient doesn't even try to import and use this legacy API.
@busunkim96 busunkim96 added the kokoro:run Add this label to force Kokoro to re-run the tests. label May 14, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label May 14, 2020
@busunkim96 busunkim96 changed the title chore: don't try to import GAE API in other environments fix: don't try to import GAE API in other environments May 14, 2020
@busunkim96 busunkim96 merged commit 09e6447 into googleapis:master May 14, 2020
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.

4 participants