thirdparty/google_appengine/google/appengine/runtime/apiproxy.py
changeset 1278 a7766286a7be
parent 828 f5fd65cc3bf3
child 2864 2e0b0af889be
equal deleted inserted replaced
1277:5c931bd3dc1e 1278:a7766286a7be
   125 
   125 
   126     self.__state = RPC.RUNNING
   126     self.__state = RPC.RUNNING
   127 
   127 
   128     _apphosting_runtime___python__apiproxy.MakeCall(
   128     _apphosting_runtime___python__apiproxy.MakeCall(
   129         self.package, self.call, e.buffer(), self.__result_dict,
   129         self.package, self.call, e.buffer(), self.__result_dict,
   130         self.__MakeCallDone, self)
   130         self.__MakeCallDone, self, deadline=(self.deadline or -1))
   131 
   131 
   132   def __MakeCallDone(self):
   132   def __MakeCallDone(self):
   133     self.__state = RPC.FINISHING
   133     self.__state = RPC.FINISHING
   134     if self.__result_dict['error'] == APPLICATION_ERROR:
   134     if self.__result_dict['error'] == APPLICATION_ERROR:
   135       self.__exception = apiproxy_errors.ApplicationError(
   135       self.__exception = apiproxy_errors.ApplicationError(