Skip to content

Python Bytecode Compilation Updates, master branch (2019.10.09.)

Introduced a global option (ATLAS_ALLOW_PYTHON_ERRORS) that can be used in the upcoming Python3 nightly to not worry about python syntax errors all too much.

At the same time introduced one new argument to the atlas_install_python_modules(...) function, one that can be used to force the syntax check on the files, even if ATLAS_ALLOW_PYTHON_ERRORS is used. Which should be useful for packages to gradually opt into the checks once they fixed their Python3 syntax issues.

With this the updates to this repository for ATLINFR-3221 should be done. 🤞

Cc-ing @fwinkl so he'd be aware of this update...

Merge request reports