cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Patch time.time() in the appropriate module. #123

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

In some versions of Python (2.7.14, for instance), the act of logging something causes time.time() to be called. We only care about calls happening within our code.