SIGN IN SIGN UP

threading._DummyThread.__init__(): document obscure new code.

test_threading.test_foreign_thread():  new test does a basic check that
"foreign" threads can using the threading module, and that they create
a _DummyThread instance in at least one use case.  This isn't a very
good test, since a thread created by thread.start_new_thread() isn't
particularly "foreign".
T
Tim Peters committed
711906e0c26c010600221da50aa930008b8a9447
Parent: 84d5489