From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2.91 pretest Date: Sat, 11 Dec 2010 14:55:05 -0500 Message-ID: <8szkschyp2.fsf@fencepost.gnu.org> References: <87sjy5o387.fsf@stupidchicken.com> <83ipz0vg6q.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1292097329 16306 80.91.229.12 (11 Dec 2010 19:55:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Dec 2010 19:55:29 +0000 (UTC) Cc: cyd@stupidchicken.com, schwab@linux-m68k.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 11 20:55:24 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PRVXP-0007Yq-VV for ged-emacs-devel@m.gmane.org; Sat, 11 Dec 2010 20:55:24 +0100 Original-Received: from localhost ([127.0.0.1]:44569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRVXP-0003xJ-GO for ged-emacs-devel@m.gmane.org; Sat, 11 Dec 2010 14:55:23 -0500 Original-Received: from [140.186.70.92] (port=42293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRVXG-0003wG-MO for emacs-devel@gnu.org; Sat, 11 Dec 2010 14:55:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRVXC-0004mo-NL for emacs-devel@gnu.org; Sat, 11 Dec 2010 14:55:12 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRVXC-0004mX-Ka for emacs-devel@gnu.org; Sat, 11 Dec 2010 14:55:10 -0500 Original-Received: from localhost ([127.0.0.1]:60243) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRVX8-00076E-4U; Sat, 11 Dec 2010 14:55:06 -0500 X-Spook: Consul mailbomb Capricorn Ansar al-Islam Syria offensive X-Ran: -p;)wjCc0J$qq0*[r'fn)aMW8qDA)d(Hl*^3S2<]jo4EcNKeFlgjt=feJagy16@skj`nSg X-Hue: yellow X-Attribution: GM In-Reply-To: <83ipz0vg6q.fsf@gnu.org> (Eli Zaretskii's message of "Sat\, 11 Dec 2010 10\:58\:53 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133612 Archived-At: 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. I checked, and yes: rm etc/*.pyc ./src/emacs -Q -f run-python ls -l etc/*.pyc