mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
f299abdafa
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
Miscellaneous source files for the main Python shared library