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.

Author pitrou
Recipients barry, gvanrossum, jnoller, mishok13, pitrou
Date 2008-07-17.15:41:06
SpamBayes Score 0.00027665746
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
How about simply doing sys.path_importer_cache.clear() at the right
point in setup.py? I don't think the performance loss would be
overwhelming...
History
Date User Action Args
2008-07-17 15:41:09pitrousetspambayes_score: 0.000276657 -> 0.00027665746
recipients: + pitrou, gvanrossum, barry, jnoller, mishok13
2008-07-17 15:41:08pitrousetspambayes_score: 0.000276657 -> 0.000276657
messageid: <[email protected]>
2008-07-17 15:41:07pitroulinkissue3375 messages
2008-07-17 15:41:06pitroucreate