I'm pretty sure src/sage/env.py and version.py is imported during build by 
some scripts to figure out directory locations. The ipython_kernel.install 
is imported once to install the ipython kernel.

On Tuesday, March 7, 2017 at 7:20:15 PM UTC+1, John H Palmieri wrote:
>
> If I run "make" in Sage, it creates some *.pyc files in src/sage:
>
> $ find src/sage -name "*.pyc" -print
> ./__init__.pyc
> ./env.pyc
> ./misc/__init__.pyc
> ./misc/lazy_import_cache.pyc
> ./misc/package.pyc
> ./repl/__init__.pyc
> ./repl/ipython_kernel/__init__.pyc
> ./repl/ipython_kernel/install.pyc
> ./version.pyc
>
> Just to check, I deleted these and ran "make" again, and it created them 
> again. I'm assuming this is a bug, and I've created 
> https://trac.sagemath.org/ticket/22541 for it. Any ideas why this is 
> happening? Why only these .pyc files? I see this on OS X. Do you see it on 
> other platforms?
>
> -- 
> John
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to