summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zope/interface/_compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zope/interface/_compat.py b/src/zope/interface/_compat.py
index c25362d..f8b7887 100644
--- a/src/zope/interface/_compat.py
+++ b/src/zope/interface/_compat.py
@@ -116,6 +116,7 @@ def _should_attempt_c_optimizations():
return False
return not _c_optimizations_ignored()
+
def _use_c_impl(py_impl, name=None, globs=None):
"""
Decorator. Given an object implemented in Python, with a name like