Zachary Ware added the comment:

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'): ...`.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to