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
This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.
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.
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.