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 amaury.forgeotdarc
Recipients Thanh Ly, amaury.forgeotdarc, mark.dickinson, terry.reedy
Date 2011-06-06.19:19:46
SpamBayes Score 0.01942359
Marked as misclassified No
Message-id <1307387987.63.0.949419672572.issue12232@psf.upfronthosting.co.za>
In-reply-to
Content
Is it possible that the problem is related to floating point exceptions?
A quick Google search showed similar issue in another embedded library:
http://www.softintegration.com/support/faq/embed.html#borland

It seems important to add this instruction:
   _control87(MCW_EM, MCW_EM);
Can you try and modify your program accordingly?
History
Date User Action Args
2011-06-06 19:19:47amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, terry.reedy, mark.dickinson, Thanh Ly
2011-06-06 19:19:47amaury.forgeotdarcsetmessageid: <1307387987.63.0.949419672572.issue12232@psf.upfronthosting.co.za>
2011-06-06 19:19:47amaury.forgeotdarclinkissue12232 messages
2011-06-06 19:19:46amaury.forgeotdarccreate