Sign in
qemu
/
meson
/
refs/heads/cppnorth
/
.
/
docs
/
markdown
/
snippets
/
python_bytecompile.md
blob: 0240c9d081378c41c0bb535f44946d6ca1108435 [
file
] [
log
] [
blame
] [
view
]
## 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
.