• Tim Peters's avatar
    threading._DummyThread.__init__(): document obscure new code. · 711906e0
    Tim Peters yazdı
    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".
    711906e0
test_threading.py 3.17 KB