[Python-checkins] cpython (3.3): Issue #16165: Fix sched.scheduler.run() method was block a scheduler for

Terry Reedy tjreedy at udel.edu
Sat Dec 29 23:49:28 CET 2012


On 12/29/2012 2:36 PM, serhiy.storchaka wrote:
> summary:
>    Issue #16165: Fix sched.scheduler.run() method was block a scheduler for
> other threads.

This is not a coherent English sentence. It is at least missing a 
period. I am guessing it should be

Issue #16165: Fix sched.scheduler.run() method. It previously blocked a 
scheduler for other threads.


More information about the Python-checkins mailing list