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 arigo
Recipients Tom Krauss, arigo, mark.dickinson, serhiy.storchaka, steven.daprano, vstinner
Date 2017-02-20.18:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487614050.16.0.204719418711.issue29602@psf.upfronthosting.co.za>
In-reply-to
Content
4 lines before the new "ci.real = cr.imag;", we have "cr.imag = 0.0; /* Shut up compiler warning */".  The comment is now wrong: we really need to set cr.imag to 0.0.
History
Date User Action Args
2017-02-20 18:07:30arigosetrecipients: + arigo, mark.dickinson, vstinner, steven.daprano, serhiy.storchaka, Tom Krauss
2017-02-20 18:07:30arigosetmessageid: <1487614050.16.0.204719418711.issue29602@psf.upfronthosting.co.za>
2017-02-20 18:07:30arigolinkissue29602 messages
2017-02-20 18:07:30arigocreate