aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python_bytecompile.md
blob: 0240c9d081378c41c0bb535f44946d6ca1108435 (plain)
1
2
3
4
## Python module can now compile bytecode

A new builtin option is available: `-Dpython.bytecompile=2`. It can be used to
compile bytecode for all pure python files installed via the python module.