From 362caaf02f3a25b7e626572aa30b87771c2c8f4d Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Tue, 18 Sep 2018 08:32:30 +1000 Subject: docs: python bindings * Updated the Cython example code slightly, along with the corresponding explanation. --- lang/python/examples/howto/advanced/cython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/examples/howto/advanced/cython/setup.py') diff --git a/lang/python/examples/howto/advanced/cython/setup.py b/lang/python/examples/howto/advanced/cython/setup.py index 0d0be01e..f8dce034 100644 --- a/lang/python/examples/howto/advanced/cython/setup.py +++ b/lang/python/examples/howto/advanced/cython/setup.py @@ -2,5 +2,5 @@ from distutils.core import setup from Cython.Build import cythonize setup( - ext_modules = cythonize("keycount.pyx") + ext_modules = cythonize("keycount.pyx", annotate=True) ) -- cgit v1.2.3