appengine-python-standard
appengine-python-standard copied to clipboard
base64 encode deferred payloads for better compatibility
One way to fix https://github.com/GoogleCloudPlatform/appengine-python-standard/issues/45
I'm not sure this is exactly the right behavior when it comes to all permutations of compatibility the library wants to main, but I'd be happy to tweak this around (or gate with another env var, or something)
This seems to have been fixed in the SDK, so no need for this
Well, since I reopened #45 (and this entire problem seems fraught until the SDK fully supports python3), this approach might still be worthwhile?