From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Glenn Morris <rgm@gnu.org>
Cc: Eli Zaretskii <eliz@gnu.org>,
schwab@linux-m68k.org, cyd@stupidchicken.com,
emacs-devel@gnu.org
Subject: Re: Emacs 23.2.91 pretest
Date: Sun, 12 Dec 2010 20:39:37 +0900 [thread overview]
Message-ID: <87hbejrzie.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <8szkschyp2.fsf@fencepost.gnu.org>
Glenn Morris writes:
> Eli Zaretskii wrote:
>
> > Are these files supposed to be compiled at all?
>
> Not by any process in the Emacs Makefiles, AFAIK.
>
> > If they aren't supposed to be compiled, how did the *.pyc files end up
> > there?
>
> I've always assumed that Python may "helpfully" compile them on the
> fly the first time they happen to be loaded.
Python doesn't provide a Python interpreter in the sense that Emacs
provides a Lisp interpreter. Python always runs as bytecode. If the
directory where the .py file lives is writable and the user doesn't
explicitly specify otherwise, the compiled object is written to disk
as a .pyc or .pyo ("optimized", which basically means no assert code
is compiled).
next prev parent reply other threads:[~2010-12-12 11:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-10 19:08 Emacs 23.2.91 pretest Chong Yidong
2010-12-10 23:18 ` Andreas Schwab
2010-12-11 2:32 ` Glenn Morris
2010-12-11 8:58 ` Eli Zaretskii
2010-12-11 16:39 ` Neal Becker
2010-12-11 19:55 ` Glenn Morris
2010-12-12 11:39 ` Stephen J. Turnbull [this message]
2010-12-11 17:09 ` Emacs 23.2.91 pretest (windows binaries) Sean Sieger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hbejrzie.fsf@uwakimon.sk.tsukuba.ac.jp \
--to=stephen@xemacs.org \
--cc=cyd@stupidchicken.com \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=rgm@gnu.org \
--cc=schwab@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.