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


Groups > comp.lang.python > #10347 > unrolled thread

Re: Only Bytecode, No .py Files

Started byEldon Ziegler <eldonz@atlanticdb.com>
First post2011-07-26 17:20 -0400
Last post2011-07-26 17:20 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Only Bytecode, No .py Files Eldon Ziegler <eldonz@atlanticdb.com> - 2011-07-26 17:20 -0400

#10347 — Re: Only Bytecode, No .py Files

FromEldon Ziegler <eldonz@atlanticdb.com>
Date2011-07-26 17:20 -0400
SubjectRe: Only Bytecode, No .py Files
Message-ID<mailman.1510.1311715429.1164.python-list@python.org>
That seemed like a good idea but the .py file was complied even though
it was dated 2001-01-01 00:00:00. Python must be checking something
beside the date.


On Tue, 2011-07-26 at 12:32 -0700, Dan Stromberg wrote:
> 
> Another possibility: You could probably create a bunch of
> zero-length .py's that are older than the corresponding .pyc's.
> 
> On Tue, Jul 26, 2011 at 8:19 AM, Eldon Ziegler <eldonz@atlanticdb.com>
> wrote:
>         Is there a way to have the Python processor look only for
>         bytecode
>         files, not .py files? We are seeing huge numbers of Linux
>         audit messages
>         on production system on which only bytecode files are stored.
>         The audit
>         subsystem is recording each open failure.
>         
>         Thanks,
>         Eldon Ziegler
>         
>         
>         --
>         http://mail.python.org/mailman/listinfo/python-list
> 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web