Commit d5846784 authored by Mark Florisson's avatar Mark Florisson

Add cython.gil Shadow entry

parent 2ea217bb
......@@ -87,6 +87,7 @@ class _nogil(object):
return exc_class is None
nogil = _nogil()
gil = _nogil()
del _nogil
# Emulated types
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment