Kaydet (Commit) 124107b2 authored tarafından Guido van Rossum's avatar Guido van Rossum

reverse sense of PyMac_Idle test

üst 5510dc23
......@@ -358,7 +358,7 @@ tcps_wait(self, args)
if (!newgetargs(args, ""))
return NULL;
while ( self->async_busy ) {
if ( !PyMac_Idle() ) {
if ( PyMac_Idle() ) {
INCREF(None);
return None;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment