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 brett.cannon
Recipients brett.cannon, pitrou, r.david.murray
Date 2011-02-10.19:54:12
SpamBayes Score 4.921122e-10
Marked as misclassified No
Message-id <1297367652.69.0.548885750347.issue10966@psf.upfronthosting.co.za>
In-reply-to
Content
Well, ctypes failing because it cannot compile is only when a platform that is not listed as optional cannot import it. So if some platform does not support ctypes then it gets added to the list, end of story.

We only support so many platforms as it is. And with the hg transition, if someone maintains a closed-source fork they can easily patch their own version of Python so that test_ctypes is skipped without issue w/o causing us to not notice when ctypes stops compiling on a platform we do support **and** expect it to be available on.

Anyway, I am going to continue to rip out the (un)expected test skip code regardless of how people come down on whether this is too strict or not on a per-test basis as I still think the expected skip list is worthless as-is. We can then discuss this on python-committers (since we have to maintain the test compatibility).
History
Date User Action Args
2011-02-10 19:54:12brett.cannonsetrecipients: + brett.cannon, pitrou, r.david.murray
2011-02-10 19:54:12brett.cannonsetmessageid: <1297367652.69.0.548885750347.issue10966@psf.upfronthosting.co.za>
2011-02-10 19:54:12brett.cannonlinkissue10966 messages
2011-02-10 19:54:12brett.cannoncreate