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 steve.dower
Recipients Xiongzhi Gao, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-16.21:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452980347.72.0.963733398457.issue25993@psf.upfronthosting.co.za>
In-reply-to
Content
This is something that you need to fix in the code using MMX. I don't recall the details, but there is an instruction that needs to be executed between using MMX and using the FPU.

Python can't make this judgement every time it calls into native code, so the external code has to do it.
History
Date User Action Args
2016-01-16 21:39:07steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Xiongzhi Gao
2016-01-16 21:39:07steve.dowersetmessageid: <1452980347.72.0.963733398457.issue25993@psf.upfronthosting.co.za>
2016-01-16 21:39:07steve.dowerlinkissue25993 messages
2016-01-16 21:39:07steve.dowercreate