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 zach.ware
Recipients eryksun, paul.moore, steve.dower, tim.golden, yan12125, zach.ware
Date 2015-12-27.21:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451251709.22.0.0946583806881.issue25939@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes in the test suite is fine, just be sure it's guarded properly (with either `ctypes = test.support.import_module("ctypes")` or `if sys.platform == 'win32'): ...`.
History
Date User Action Args
2015-12-27 21:28:29zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, eryksun, steve.dower, yan12125
2015-12-27 21:28:29zach.waresetmessageid: <1451251709.22.0.0946583806881.issue25939@psf.upfronthosting.co.za>
2015-12-27 21:28:29zach.warelinkissue25939 messages
2015-12-27 21:28:29zach.warecreate