compileall — Byte-compile Python libraries — Python 3.16.0a0 documentation

docs.python.org

Table of Contents | py_compile — Compile Python source files | dis — Disassembler for Python bytecode | Report a bug | Improve this page | index | modules | Python | 3.16.0a0 Documentation | The Python Standard Library | Python Language Services

Tin mới

py_compile — Compile Python source files

dis — Disassembler for Python bytecode

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

Python Language Services

WebAssembly platforms

This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.

os.process_cpu_count()

Use N workers to compile the files within the given directory. If 0 is used, then the result of os.process_cpu_count() will be used.

Cached bytecode invalidation

sys.getrecursionlimit()

Changed in version 3.9: Added the -s, -p, -e and --hardlink-dupes options. Raised the default recursion limit from 10 to sys.getrecursionlimit(). Added the possibility to specify the -o option multiple times.

1 1