summaryrefslogtreecommitdiff
path: root/src/greenlet/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/greenlet/__init__.py')
-rw-r--r--src/greenlet/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/greenlet/__init__.py b/src/greenlet/__init__.py
index 9f2bcb2..2f671f2 100644
--- a/src/greenlet/__init__.py
+++ b/src/greenlet/__init__.py
@@ -61,3 +61,8 @@ except ImportError:
from ._greenlet import GREENLET_USE_CONTEXT_VARS # pylint:disable=unused-import
from ._greenlet import GREENLET_USE_GC # pylint:disable=unused-import
from ._greenlet import GREENLET_USE_TRACING # pylint:disable=unused-import
+
+# Controlling the use of the gc module.
+from ._greenlet import CLOCKS_PER_SEC # pylint:disable=unused-import
+from ._greenlet import enable_optional_cleanup # pylint:disable=unused-import
+from ._greenlet import get_clocks_used_doing_optional_cleanup # pylint:disable=unused-import