[ python-Feature Requests-892707 ] debuggable/profileable Python framework

SourceForge.net noreply at sourceforge.net
Sat Feb 7 21:15:54 EST 2004


Feature Requests item #892707, was opened at 2004-02-07 21:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=892707&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Nobody/Anonymous (nobody)
Summary: debuggable/profileable Python framework

Initial Comment:
It's standard procedure for frameworks on OS 
X is to have multiple binaries in the same framework 
for tasks such as debugging and profiling.  The developer would set 
the DYLD_IMAGE_SUFFIX environment variable in order to choose 
the non-standard image at runtime when they needed it.

It would rock if this could make it into the build scripts (so it would 
happen in OS X 10.4). I believe 
the only way right now is to configure+build three separate 
frameworks and stuff them all into one framework by hand.

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

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



More information about the Python-bugs-list mailing list