On Sun, Oct 13, 2013 at 1:58 AM, Dylan Baker <[email protected]> wrote:
> I'm just wondering why (slightly, and maybe determinatally) optimized versions
> of the python modules are checked into git and distributed with it?
>
> I'm asking becasue there are a couple of problems with pyo files (vs pyc),
> namely they strip assert statements. The second concern is that the only
> benefit is that they will make a first run slightly faster, after that the
> user should be able to generate them themselves, and being binary git won't
> handle them well.

In which branch? I just checked and didn't spot any pyc or pyo files in git.

Reply via email to