• Jason Madden's avatar
    Centralize configuration in a ``gevent.config`` object. · e093d31d
    Jason Madden authored
    This lets us document things more clearly, and, with care, allows
    configuring gevent from Python code without any environment varibles.
    
    All the fileobject implementations needed to be moved out of the
    ``gevent.fileobject`` module so as not to introduce import cycles that
    made configuring from code impossible.
    
    Fixes #1090
    e093d31d
tests_that_dont_use_resolver.txt 2.93 KB