Fix #805. Make reload(site) work w/gevent imported
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.
Showing
Please register or sign in to comment