Mike Solomon <ms...@gmail.com> added the comment:

If you have a file with say a hundred functions, and each function contains
the full path of that file on disk, your pyc file will contain about
(100*(path_size+overhead)) bytes. In some cases, this is pretty
significant.

On Thu, May 26, 2011 at 12:47 PM, Benjamin Peterson
<rep...@bugs.python.org>wrote:

>
> Benjamin Peterson <benja...@python.org> added the comment:
>
> How exactly does it bring down your disk space?
>
> ----------
> nosy: +benjamin.peterson
>
> _______________________________________
> Python tracker <rep...@bugs.python.org>
> <http://bugs.python.org/issue12190>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file22136/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12190>
_______________________________________
If you have a file with say a hundred functions, and each function contains the 
full path of that file on disk, your pyc file will contain about 
(100*(path_size+overhead)) bytes. In some cases, this is pretty 
significant. <div>
<br><div><div class="gmail_quote">On Thu, May 26, 2011 at 12:47 PM, Benjamin 
Peterson <span dir="ltr">&lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;</span> 
wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 
.8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Benjamin Peterson &lt;<a 
href="mailto:benja...@python.org";>benja...@python.org</a>&gt; added the 
comment:<br>
<br>
How exactly does it bring down your disk space?<br>
<br>
----------<br>
nosy: +benjamin.peterson<br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue12190"; 
target="_blank">http://bugs.python.org/issue12190</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br></div></div>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to