[ python-Bugs-875654 ] add support for installations compiled for debugging

SourceForge.net noreply at sourceforge.net
Tue Jan 13 06:14:07 EST 2004


Bugs item #875654, was opened at 2004-01-12 20:43
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875654&group_id=5470

Category: Build
Group: Feature Request
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: add support for installations compiled for debugging

Initial Comment:
[ forwarded from http://bugs.debian.org/195610 ]

maybe this request is unreasonable, but then at least
here is a place where the discussion gets recorded...

The bug submitter wants to have a python installation,
which is compiled with -g3 -O0 and is installed as a
package of a distribution. Surely you can get this done
using a different prefix than the standard python
installation, but then you have to duplicate most
things of the installation. The following could be done:

- install the python executable under a different name
(that's trivial and doesn't need to be done by the
build procedure).

- load modules from lib-debugload instead of
lib-dynload, install modules in this directory.

- add support for distutils for "debug builds", i.e.
install modules into lib-debugload instead of lib-dynload.



----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2004-01-13 11:14

Message:
Logged In: YES 
user_id=6656

-1 from here.

Note that python builds by default with -g (and -O3).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=875654&group_id=5470



More information about the Python-bugs-list mailing list