Пример #1
0
 def run(self):
     try:
         return Greenlet.run(self)
     finally:
         # XXX why is this necessary?
         self.switch_out()
Пример #2
0
 def run(self):
     try:
         return Greenlet.run(self)
     finally:
         # Make sure to restore the originals.
         self.switch_out()
Пример #3
0
 def run(self):
     try:
         return Greenlet.run(self)
     finally:
         # XXX why is this necessary?
         self.switch_out()
Пример #4
0
 def run(self):
     try:
         return Greenlet.run(self)
     finally:
         # Make sure to restore the originals.
         self.switch_out()