patch threading._DummyThread to avoid leak in threading._active.
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
Showing
gevent/threading.py
0 → 100644
greentest/test__threading.py
0 → 100644
Please register or sign in to comment