Fredrik Lundh <[EMAIL PROTECTED]> added the comment:

Looks fine to me, except for the comment in the test suite.  Should

+        # MS compilers do NOT combine c_short and c_int into
+        # one field, gcc doesn't.

perhaps be

+        # MS compilers do NOT combine c_short and c_int into
+        # one field, gcc do.

?

Is using explicit tests for MSVC vs. GCC a good idea, btw?  What about 
other compilers?  Can the test be changed to accept either value?

----------
nosy: +effbot

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3547>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to