Commit e6788170 authored by Kirill Smelkov's avatar Kirill Smelkov

fixup! golang: Expose Sema and Mutex as public Python and Cython/nogil API

This amends commit 34b7a1f4: Fix copy-paste typo in _sync_test.pyx
description.
parent 1de59346
......@@ -21,8 +21,8 @@
# See COPYING file for full licensing terms.
# See https://www.nexedi.com/licensing for rationale and options.
# small tests that verifies pyx-level channel API.
# the work of channels themselves is exercised thoroughly mostly in golang_test.py
# small tests that verifies pyx-level sync API.
# the work of sync package itself is exercised thoroughly mostly in sync_test.py
from __future__ import print_function, absolute_import
......
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