SIGN IN SIGN UP

In _DummyThread objects the lock stored in __block (allocated thanks to

_Thread.__init__) was never used.  This is a waste since locks use OS
primitives that are in limited supply.  So the lock is deleted in
_DummyThread.__init__ .

Closes bug #1089632.
B
Brett Cannon committed
e6539c4401cd3f60a5cc176717852886cb9d152a
Parent: 922b3e2