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 db3l
Recipients db3l
Date 2009-11-14.04:30:26
SpamBayes Score 7.28108e-08
Marked as misclassified No
Message-id <1258173028.92.0.517735390444.issue7320@psf.upfronthosting.co.za>
In-reply-to
Content
As I mentioned in a recent python-dev post, I've noticed that the
Windows build slaves are skipping tests of external modules (like ssl
and bz2).

After finding an old 2.6a0 tree that I had locally built where things
worked fine, I stepped through some 2.6 tags and discovered that this
broke between 2.6 and 2.6.1

The problem appears to be the the change in r67121 for 2.6 (67120 in
trunk) from Nov, 2008 that removed the embedded manifest.  With that
change, you can't import the external modules from python_d in PCBuild,
so the tests will skip.  Reverting just that change, even on the 2.6.1
source tree, and importing works fine.

So I don't think the external module tests have been running on the
Windows build slave since late 2008.

I tried creating some external manifest files, but haven't been able to
work around the problem so far.  Perhaps embedded manifests could be
permitted in debug mode and/or when building for buildbot?
History
Date User Action Args
2009-11-14 04:30:29db3lsetrecipients: + db3l
2009-11-14 04:30:28db3lsetmessageid: <1258173028.92.0.517735390444.issue7320@psf.upfronthosting.co.za>
2009-11-14 04:30:27db3llinkissue7320 messages
2009-11-14 04:30:26db3lcreate