[Patches] [ python-Patches-411055 ] Delete unimportable extensions

noreply@sourceforge.net noreply@sourceforge.net
Mon, 21 May 2001 13:48:27 -0700


Patches item #411055, was updated on 2001-03-24 08:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=411055&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: A.M. Kuchling (akuchling)
Summary: Delete unimportable extensions

Initial Comment:
If building an extension module succeeds, the module
may still be unimportable, e.g. because not all symbols
can be resolved. This patch arranges to import every
module after it has been built, and removes those for
which importing fails.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-05-21 13:48

Message:
Logged In: YES 
user_id=11375

Accepted and checked in; thanks!


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=411055&group_id=5470