Your message dated Thu, 15 Jun 2006 20:04:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line python2.3: option to skip -O compilation
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: python2.3
Version: 2.3.1-3
Severity: wishlist
hello,
it would be nice if there was a way to disable creation of .pyo
files, since they take up quite a lot of disk space and hardly
anything uses python with -O.
-O would still work, only with reduced startup performance.
anonymous:/usr/lib/python2.3# du -c `find . -type f | fgrep -v site-packages` |
tail -1
22436 total
anonymous:/usr/lib/python2.3# du -c `find . -type f -not -name "*.pyo" | fgrep
-v site-packages` | tail -1
16520 total
anonymous:/usr/lib/python2.3# du -c `find . -type f -not -name "*.py[co]" |
fgrep -v site-packages` | tail -1
10588 total
(perhaps make it possible to disable creation of pyc files too?)
-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux fabulous 2.4.21 #1 Tue Jul 8 23:38:17 EEST 2003 i686
Locale: LANG=C, LC_CTYPE=fi_FI
Versions of packages python2.3 depends on:
ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file
ii libc6 2.3.2-7 GNU C Library: Shared libraries an
ii libdb4.1 4.1.25-4 Berkeley v4.1 Database Libraries [
ii libncurses5 5.3.20030719-2 Shared libraries for terminal hand
ii libreadline4 4.3-4 GNU readline and history libraries
ii libssl0.9.7 0.9.7c-1 SSL shared libraries
ii python 2.3.1-3 An interactive high-level object-o
ii zlib1g 1:1.1.4-1 compression library - runtime
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.3.5-6
See /etc/python/debian_config
--- End Message ---