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 skrah
Recipients eric.smith, jcea, mark.dickinson, python-dev, samuel.iseli, skrah
Date 2012-02-06.08:35:20
SpamBayes Score 0.0016392391
Marked as misclassified No
Message-id <1328517321.62.0.115719120388.issue13889@psf.upfronthosting.co.za>
In-reply-to
Content
I can run the tests on win64, but it I think it would be nice to
have a patch with exactly the same logic as the gcc-asm version
(Mark already mentioned _MCW_PC | _MCW_RC).

Another thing: _WIN32 might be defined on MinGW, but I'm not sure.
If that's the case, it would be nice to guard the VS specific
passage with _MSC_VER.
History
Date User Action Args
2012-02-06 08:35:21skrahsetrecipients: + skrah, jcea, mark.dickinson, eric.smith, python-dev, samuel.iseli
2012-02-06 08:35:21skrahsetmessageid: <1328517321.62.0.115719120388.issue13889@psf.upfronthosting.co.za>
2012-02-06 08:35:21skrahlinkissue13889 messages
2012-02-06 08:35:20skrahcreate