• Denis Bilenko's avatar
    patch threading._DummyThread to avoid leak in threading._active. · 786ced62
    Denis Bilenko authored
    Thanks to Wil Tan (#169).
    
    - add gevent.threading monkey-helper module.
    - add test__threading.py which also checks that patch_all() does not init the hub.
    - update test__all__.py w.r.t gevent.threading
    - patched_tests_setup.py: ignore tests in test_threading.py that depend on threading._active not being cleaned up for dummy threads
    - update test_threading_2.py
    786ced62
test_threading_2.py 19.6 KB