Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10515

Re: Only Bytecode, No .py Files

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ethan@stoneleaf.us>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.019
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'received:gator410.hostgator.com': 0.09; 'relevant.': 0.09; '~ethan~': 0.09; 'wrote:': 0.15; '.so,': 0.16; 'bash,': 0.16; 'op.': 0.16; 'linux': 0.18; 'operations.': 0.19; 'trace': 0.19; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'trying': 0.23; 'expect': 0.25; 'demonstrate': 0.25; 'posted': 0.26; 'guess': 0.28; 'subject: .': 0.29; 'to:addr:python-list': 0.34; 'header :User-Agent:1': 0.34; 'difference': 0.34; 'someone': 0.34; 'post': 0.34; 'probably': 0.35; '(with': 0.35; 'thread': 0.37; 'but': 0.37; 'subject:: ': 0.38; 'problem.': 0.38; 'showing': 0.38; 'to:addr:python.org': 0.39; 'results': 0.62; 'john': 0.62; 'link': 0.63; 'received:websitewelcome.com': 0.65; 'received:184': 0.67; 'irrelevant': 0.84; 'show.': 0.84; 'subject:Only': 0.84; 'received:gateway04.websitewelcome.com': 0.91
Date Fri, 29 Jul 2011 07:09:53 -0700
From Ethan Furman <ethan@stoneleaf.us>
User-Agent Thunderbird 2.0.0.24 (Windows/20100228)
MIME-Version 1.0
To python-list@python.org
Subject Re: Only Bytecode, No .py Files
References <mailman.1497.1311693700.1164.python-list@python.org> <j0odl9$6qh$1@r03.glglgl.eu> <ed3dd651-3d7a-4c09-8287-1284568b7321@h21g2000pre.googlegroups.com> <j0p8vf$p1m$1@r03.glglgl.eu> <f70fba29-4d00-4c8c-b880-d019629c1403@t8g2000prm.googlegroups.com>
In-Reply-To <f70fba29-4d00-4c8c-b880-d019629c1403@t8g2000prm.googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-AntiAbuse This header was added to track abuse, please include it with any abuse report
X-AntiAbuse Primary Hostname - gator410.hostgator.com
X-AntiAbuse Original Domain - python.org
X-AntiAbuse Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse Sender Address Domain - stoneleaf.us
X-BWhitelist no
X-Source
X-Source-Args
X-Source-Dir
X-Source-Sender c-67-170-168-84.hsd1.or.comcast.net ([192.168.74.5]) [67.170.168.84]:2683
X-Source-Auth ethan+stoneleaf.us
X-Email-Count 1
X-Source-Cap dG9idWs7dG9idWs7Z2F0b3I0MTAuaG9zdGdhdG9yLmNvbQ==
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1614.1311948630.1164.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1311948630 news.xs4all.nl 23931 [2001:888:2000:d::a6]:38374
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10515

Show key headers only | View raw


John Roth wrote:
>> ACK. That is exactly what I wanted to show. (With the difference that
>> this is probably nt the bash, but the linux loader trying to link a .so,
>> but for the problem, it doesn't make any difference.)
> 
> Sorry. I thought what you posted was from the OP. I guess I don't
> really expect someone to post a completely irrelevant trace in a
> thread started by someone who has a problem.

The trace was showing the same results in an effort to demonstrate that 
the "problem" was just normal operations.  This is very relevant.

~Ethan~

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Only Bytecode, No .py Files Eldon Ziegler <eldonz@atlanticdb.com> - 2011-07-26 11:19 -0400
  Re: Only Bytecode, No .py Files Billy Mays <81282ed9a88799d21e77957df2d84bd6514d9af6@myhashismyemail.com> - 2011-07-26 11:27 -0400
  Re: Only Bytecode, No .py Files Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-07-27 09:10 +0200
    Re: Only Bytecode, No .py Files John Roth <johnroth1@gmail.com> - 2011-07-27 05:18 -0700
      Re: Only Bytecode, No .py Files Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-07-27 16:56 +0200
        Re: Only Bytecode, No .py Files John Roth <johnroth1@gmail.com> - 2011-07-29 05:51 -0700
          Re: Only Bytecode, No .py Files Ethan Furman <ethan@stoneleaf.us> - 2011-07-29 07:09 -0700
          Re: Only Bytecode, No .py Files Jerry Hill <malaclypse2@gmail.com> - 2011-07-29 10:48 -0400
          Re: Only Bytecode, No .py Files Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-07-29 16:47 +0200
  Re: Only Bytecode, No .py Files Alan Meyer <ameyer2@yahoo.com> - 2011-07-29 11:06 -0400

csiph-web