gevent #287

Merged
Atheros1 merged 19 commits from master into master 2013-07-05 22:59:12 +02:00
Showing only changes of commit 9fa90ccc3f - Show all commits

View File

@ -2937,7 +2937,7 @@ else:
app.processEvents()
while app.hasPendingEvents():
app.processEvents()
gevent.sleep()
gevent.sleep(0.01)
gevent.sleep(0.01) # don't appear to get here but cooperate again
def testprint():
#print 'this is running'