This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Delete unimportable extensions
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, loewis
Priority: normal Keywords: patch

Created on 2001-03-24 16:13 by loewis, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.patch loewis, 2001-03-24 16:16
Messages (2)
msg36195 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2001-03-24 16:13
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.
msg36196 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-05-21 20:48
Logged In: YES 
user_id=11375

Accepted and checked in; thanks!
History
Date User Action Args
2022-04-10 16:03:53adminsetgithub: 34226
2001-03-24 16:13:17loewiscreate