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 serhiy.storchaka
Recipients Arfrever, christian.heimes, ned.deily, pitrou, serhiy.storchaka
Date 2012-10-09.18:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210092150.49337.storchaka@gmail.com>
In-reply-to <1349807775.3334.0.camel@localhost.localdomain>
Content
Usually you need code for both alternatives.

#ifdef WORDS_BIGENDIAN
...
#else
...
#endif

What can be simpler? Of cause, using *two* macros is complicated. You need 
only one and second macros is unnecessary.
History
Date User Action Args
2012-10-09 18:51:07serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, christian.heimes, ned.deily, Arfrever
2012-10-09 18:51:07serhiy.storchakalinkissue16166 messages
2012-10-09 18:51:07serhiy.storchakacreate