• Jason Madden's avatar
    Fix #805. Make reload(site) work w/gevent imported · 8df44277
    Jason Madden authored
    Python 2 issue only.
    
    Allow setting attributes on sys.modules['gevent.signal']; they go to the
    gevent/signal.py module for symmetry with getattr and dir.
    
    Reloading results in leaks so don't bother checking for them.
    8df44277
test__signal.py 2.31 KB