Centralize configuration in a ``gevent.config`` object.
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
Showing
src/gevent/_config.py
0 → 100644
Please register or sign in to comment