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 christian.heimes
Recipients christian.heimes, sourish.basu
Date 2021-10-20.13:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634737411.21.0.518784658539.issue45477@roundup.psfhosted.org>
In-reply-to
Content
Your conftest.o does not contain the magic string "seesnoon". Either ICC uses a different serialization format or your CFLAGS optimize the value away.

Please run 

   icc -c -o conftest_unoptimized.o conftest.c

and upload "conftest_unoptimized.o".
History
Date User Action Args
2021-10-20 13:43:31christian.heimessetrecipients: + christian.heimes, sourish.basu
2021-10-20 13:43:31christian.heimessetmessageid: <1634737411.21.0.518784658539.issue45477@roundup.psfhosted.org>
2021-10-20 13:43:31christian.heimeslinkissue45477 messages
2021-10-20 13:43:31christian.heimescreate