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 rpetrov
Recipients effbot, mgiuca, rpetrov, skip.montanaro, theller, tim.maxwell
Date 2008-09-25.23:36:23
SpamBayes Score 9.2966516e-08
Marked as misclassified No
Message-id <1222385784.26.0.536813472236.issue3547@psf.upfronthosting.co.za>
In-reply-to
Content
Yes this extra define was the problem.
Instead hint /* Windows */ what about /* MSVC, GCC(with -mms-bitfields) */ ?

The option -mms-bitfields is available for GCC compiler on mingw and
cygwin targets.


About test_bitfields.py:
- comment in test_mixed_4: if GCC compiler has option -mms-bitfields it
will produce code compatible with MSVC. May be comment has to include
this information. 

- may be method test_mixed_1 need similar comment as test_mixed_4, but
even without comment is fine with me.
History
Date User Action Args
2008-09-25 23:36:24rpetrovsetrecipients: + rpetrov, effbot, skip.montanaro, theller, mgiuca, tim.maxwell
2008-09-25 23:36:24rpetrovsetmessageid: <1222385784.26.0.536813472236.issue3547@psf.upfronthosting.co.za>
2008-09-25 23:36:23rpetrovlinkissue3547 messages
2008-09-25 23:36:23rpetrovcreate