From 41293b1badeb12689ea72cd42c2d68df492c4274 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sun, 26 May 2019 09:43:20 +0100 Subject: _variables: Cythonize _internal_expand Move _variables.py to be a Cython module. `_internal_expand` is a function that is called a lot in BuildStream. It is also entirely isolated and easy to cythonize. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fe977c123..90aa74d31 100755 --- a/setup.py +++ b/setup.py @@ -391,6 +391,7 @@ def register_cython_module(module_name, dependencies=None): BUILD_EXTENSIONS = [] +register_cython_module("buildstream._variables") ##################################################### # Main setup() Invocation # -- cgit v1.2.1