summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorBenjamin Schubert <contact@benschubert.me>2019-05-26 09:43:20 +0100
committerBenjamin Schubert <contact@benschubert.me>2019-05-29 19:47:57 +0100
commit41293b1badeb12689ea72cd42c2d68df492c4274 (patch)
tree47071727ebb605e6d34b2946857e5f6af6c87995 /.pylintrc
parent4e9b5803e7241cc87c14126d320dc744ac4798cf (diff)
downloadbuildstream-41293b1badeb12689ea72cd42c2d68df492c4274.tar.gz
_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.
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index c47ef92cf..0dc625a46 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,7 +3,7 @@
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
-extension-pkg-whitelist=
+extension-pkg-whitelist=buildstream._variables
# Add files or directories to the blacklist. They should be base names, not
# paths.