original) (raw)
(On Mon, Jan 27, 2014 at 10:42 AM, Paul Moore <p.f.moore@gmail.com> wrote:
On 27 January 2014 15:35, Victor Stinner <victor.stinner@gmail.com> wrote:Which version is used when creating pyc files? This benchmark might
> Version 2 is the fastest in Python 3.3 and 3.4, but version 4 with
> Python 3.4 produces the smallest file.
suggest that version 2 is the best...
Importlib just uses the default: http://hg.python.org/cpython/file/dbad4564cd12/Lib/importlib/\_bootstrap.py#l671