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

SourceForge.net noreply at sourceforge.net
Mon Jan 12 15:43:53 EST 2004


Bugs item #875654, was opened at 2004-01-12 20:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
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.



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

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